/Dashboard

A dashboard app created using the mern stack

Primary LanguageJavaScript

DASHBOARD

A dashboard app created using react, mongodb, express framework and node backend

Installation and Setup

  1. Install nodejs and mongodb in your system.

  2. Clone the repository https://github.com/Allan-1/Dashboard.git

  3. Install the backend node modules cd Backend then npm install

  4. Install your frontend node modules cd frontend then npm install

  5. Start the mongo shell mongo

  6. Start your backend node server cd Backend then npm run dev

  7. Open another terminal instance

  8. Start your frontend react cd frontend then npm start

  9. Open your browser on localhost:3000

Contributions

Questions and contributions are welcome.