A dashboard app created using react, mongodb, express framework and node backend
-
Install nodejs and mongodb in your system.
-
Clone the repository
https://github.com/Allan-1/Dashboard.git
-
Install the backend node modules
cd Backend
thennpm install
-
Install your frontend node modules
cd frontend
thennpm install
-
Start the mongo shell
mongo
-
Start your backend node server
cd Backend
thennpm run dev
-
Open another terminal instance
-
Start your frontend react
cd frontend
thennpm start
-
Open your browser on
localhost:3000
Questions and contributions are welcome.