express API for multi-user to-do list application
First, you need to download node js
https://nodejs.org/en/- bcryptjs
- cookie-parser
- cors
- dotenv
- express
- express-async-handler
- jsonwebtoken
- mongoose
- multer
- nodemon
We should download dependencies by using npm install method.
npm install
First, if you have not a mongo database account you should sign up with this link
Then, we need to get a connection url
Steps:Now, you have an url for database connection. Replace the part of your connection URL with your password
One of these is DB_URI. You should change DB_URI's value with your mongodb database connection URL that you created above
npm run dev
@ragaslan
Istanbul / Turkey