My MongoDB url:
MONGODB_URL = 'mongodb+srv://admin:[email protected]/?retryWrites=true&w=majority&appName=nodejsProject'
You can create your own database by create MongoDB Atlas account and use sample data that comment in userController.js file
To run this project, install it locally using npm:
$ npm install
$ npm start
Open your web browser and go to http://localhost:3000 to access the application.
This farm project comes with the following features:
- admin authentication
- CRUD operations to farmers blog
- searching farmers by name or description
- simple pagination and sorting of blogs