Database Management System for M&M Laundry in Ashesi Univeristy
Once in the project folder cd into the client and run
npm install
Again cd into the server folder and run
npm install
Once done with all installations, run the following in the terminal while in client directory to start the frontend/client
npm start
Once done with all server side installations, run the following in the terminal while in server directory
nodemon server
- React (components)
- Material UI Core (for styling)
- Axios (fetch)
- Express
- mysql
- cors
- dotenv
- bodyparser
- The client runs on localhost:3000
- And the server runs on localhost:5000
- If the installation fails for npm install, you can force install the libraries above with
npm --force install