Skip to content

harshmangalam/dev-nursery-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEV Nursery

DEV Community and MongoDB hackathon project

Tech Stack

  • NodeJs
  • ExpressJs
  • Mongodb
  • Mongoose

Features

Authentication

  • Login using email and password.
  • JWT and cookies based authentication.
  • Roles based authentication for customer and admin.
  • Signup
  • Login

Users

  • Fetch user lists
  • Fetch user details
  • Fetch current user detail
  • Change password
  • Update profile
  • Change user role
  • Fetch user order lists

Collection

  • Fetch collection lists
  • Fetch collection details
  • Create new collection
  • Update collection
  • Delete Collection

Plant

  • Fetch plant lists
  • Fetch plant details
  • Create new plant
  • Update plant
  • Delete plant
  • Add Review and Rating on plant
  • Remove Review and Rating from plant
  • Fetch plant review lists

Order

  • Fetch order lists
  • Fetch order details
  • Place new order
  • Update order

Cart

  • Create new cart
  • Fetch cart details
  • Update cart
  • Remove cart

API

Server URL Description
DEV Server http://localhost:4000 Development srver
PROD Server https://dev-nursery.herokuapp.com/ Heroku production server

About

Dev Nursery server in mongosb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published