Skip to content

mishrole/CD_MERN_FS_ProductManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Manager

A Full-Stack project for Coding Dojo's Full-Stack Bootcamp

Tech Stack

Client: React, Bootstrap 5, Axios, React-router-dom

Server: Node, Express, MongoDB

Run Locally

Clone the project

  git clone https://github.com/mishrole/CD_MERN_FS_ProductManager

Go to the project directory

  cd CD_MERN_FS_ProductManager

Node Server

Install dependencies

  npm install

Start the server

  npm start

  # Or using Nodemon
  nodemon server.js

Open http://localhost:8000 to view the server in your browser.

React Client

Go to the project directory

  cd client

Install dependencies

  npm install

Start the React client

  npm start

Open http://localhost:3000 to view the client in your browser.

Authors

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published