This is a project created by following the tutorial from web dev simplified. You will learn how to write codes without writing too many callbacks, and you will see many async and await in the code.
- Having MongoDB in your devices, you may also use your MongoDB Atlas account. But it would be more recommended to use your local database.
- having REST Client VS Code extension or any other tools you think have the similar purpose, as this project does not have any front end in it.
- clone the repo
- type
npm i
in your terminal, when the current working directory is under where you store this. - make a .env file and add DATABASE_URL=<connection string of your mongodb>
- just type
npm run start
to run it, ornpm run devStart
for demo while modified it.