Authors

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_Authors-Core

Go to the project directory

  cd CD_MERN_FS_Authors-Core

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