Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.25 KB

This project was bootstrapped with Create React App.

THIS PROJECT DEPENDS ON A REMOTE MONGO DB CONNECTION WHICH REFUSES TO CONNECT ON FAST-NU'S INTERNET

How to run

REQUIRES NODE.JS Clone the Repo

Run the following commands in the project directory:

npm i --save

cd client

npm i --save

cd ..

npm i -g nodemon -d

npm run dev

These will install the necessary dependencies

Afterwards install the following browser extension:
Chrome
Firefox

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Also will run the backend server on port 5000

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.