Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jesh182/back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Project

This repository contains the backend codebase. Follow these steps to run and test the available commands.

Technologies

Prerequisites

Installation

Install dependencies:

npm install
# or
yarn install

Environment file

Copy file .env.example to .env

Running Sequelize initial db migrations (create tables and initial seeds)

npm sequelize:init
# or
yarn sequelize:init

Running the Server

Start the backend server:

npm start
# or
yarn start

Commands

  • start: Launches the backend server.
  • test: Runs the test suite.

Testing

Execute all tests:

npm test
# or
yarn test

Disable Cache

Set to false the env ENABLE_REDIS variable

More Scripts

Refer to package.json for additional scripts and commands.

Troubleshooting

If you face issues, verify that all dependencies are installed and your environment meets the prerequisites.

About

Node js Backend test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •