chetan-2002 / ShoppingAppBackend

Backend API of Meal Monkey Shopping Application.

Home Page:http://meal-monkey-kappa.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meal Monkey Backend API

An API developed using Node.js and Express.js for the Meal Monkey Web Application.

MIT License

Features

Admin Restricted :

  • Add products in the Database.
  • Remove products from the Database.
  • Update Products in the Database.
  • Add a new category.
  • Delete a category.

For Common Users:

  • Register themselves using email and password.
  • Login in using email and password.
  • Add products to the cart.
  • Checkout and order.

Run Locally

Clone the project

  git clone https://github.com/chetan-2002/ShoppingAppBackend.git

Go to the project directory

  cd ShoppingAppBackend

Install dependencies

  npm install

Start the server

  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PORT

MONGO_URI

JWT_SECRET

Tech Stack

Server: Node, Express, MongoDB ,NodeMailer

Support

For support, email chetanthakral325@gmail.com

Authors

🚀 About Me

I'm a full stack developer based in Delhi.I have a passion for developing user-friendly, accessible and responsive websites. I never stop learning and for me, each new project is another adventure.

About

Backend API of Meal Monkey Shopping Application.

http://meal-monkey-kappa.vercel.app

License:MIT License


Languages

Language:JavaScript 100.0%