Skip to content

Commit

Permalink
Merge pull request #189 from agiledev-students-spring2024/add-pm2
Browse files Browse the repository at this point in the history
Add pm2
  • Loading branch information
hongsimmon authored Apr 30, 2024
2 parents 40d4c19 + 7a2a8b0 commit e8895f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ To contribute to this project, please see the [CONTRIBUTING.md](https://github.c

### Building & Testing
To test run "npm test" on the back-end folder. \
To run the project run "npm install" on the front-end and the back-end folder to make sure you have all the dependencies. Next, make sure you have put our .env file from our Discord channel in the back-end folder. Feel free to change the database (DSN) credentials to your own database. Finally run "npm start" on both the front-end and back-end folders. \
To run the project run "npm install" on the front-end and the back-end folder to make sure you have all the dependencies. Next, make sure you have put our .env file from our Discord channel in the back-end folder. Feel free to change the database (DSN) credentials to your own database. Finally run "pm2 start npm -- start" on both the front-end and back-end folders for deploying. \

0 comments on commit e8895f4

Please sign in to comment.