Skip to content

This is a full database design, both conceptual with EERD, logical and implementation (scripts) for the Ashesi M&M Laundry Service

Notifications You must be signed in to change notification settings

Simon-157/M-M-Database-with-web-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ashesi Laundry Service

Database Management System for M&M Laundry in Ashesi Univeristy

Installation

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

LIBRARIES FOR CLIENT SIDE

  • React (components)
  • Material UI Core (for styling)
  • Axios (fetch)

LIBRARIES FOR SERVER SIDE

  • Express
  • mysql
  • cors
  • dotenv
  • bodyparser

NB

  • 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

About

This is a full database design, both conceptual with EERD, logical and implementation (scripts) for the Ashesi M&M Laundry Service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published