Skip to content

zahraEsn/farmer-shop

Repository files navigation

Farm fresh food directly from the farmer - Using Node.js, Express.js, EJS and MongoDB

Create DataBase & Sample Date

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

Getting Started

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.

Features

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

About

Farm fresh food directly from the farmer - Using Node.js, Express.js, EJS and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published