Skip to content

shivam-tiwari-21/MystoreProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Store Project

This is an Api based MERN stack project which allows user to create, fetch, update and delete products. It's a simple app that uses GET, POST, PUT and DELETE method basically to interact with the server and the database.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Features

  • Tech Stack: MongoDB, Express, React, Node
  • UI: DaisyUI, Tailwind CSS
  • API based
  • Deployment: Render
  • Additional: Zustand And CORS
  • Light/dark mode toggle
  • Responsive on every Device

Project Link

This project is live on render Click to visit

Environment Variables

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

MONGO_URI=/your_mongoDB_url/

PORT=3000

Run Locally

Install dependencies

  npm run build

Start the server

  npm run start