-
Copy this repository using HTTPS
https://github.com/projectKel1/be-node.git -
Change directory
cd ./be-node/ -
Install dependencies
npm install -
Create file
.envon root project directory -
Copy file contents from
.env exampleto.env -
Run application
npm run devRunning application in developmentnpm run buildBuild applicationnpm run startRunning applicationnpm run seedRunning seeder in development
To run your application in production, we suggest you to using pm2 with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks. For more information, you can visit pm2 documentation
For details API documentations click here