Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j-pcgoncalves authored Jan 30, 2024
1 parent 52db8cc commit ad98f62
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 @@ -4,7 +4,7 @@ This project is made with React for the Front-End and NodeJS and Express for the

## How to Use

To run this project in your computer you can clone it. After that you need to create an .env file inside server/src/ and inside that file you will create the following variable:
To run this project in your computer you can clone it and run "npm install" in the root of the project to install dependencies. After that you need to create an .env file inside server/src/ and inside that file you will create the following variable:
- MONGO_URL: "path to your own mongoDB database"

With all set you can write in your terminal "npm run deploy" to start the development server.
Expand Down

0 comments on commit ad98f62

Please sign in to comment.