- Create a .env file with the following content:
URL_DB="Your DB"
AUTH_EMAIL="Your Email"
AUTH_PASS="Your Password"
URL_BACKEND="http://localhost:8080/api"
URL_FONTEND="http://localhost:3000"
KEY_SECRET=""
CLOUDINARY_NAME=""
CLOUDINARY_API_KEY=""
CLOUDINARY_API_SECRET=""
There are some confidential information, if you need them let me know
- Commands to run the project
npm i
npm start
Go to http://localhost:8080/api in your browser.
Note: I use mongoDB in the project, make sure you know basic usage of it.