Skip to content

DITF11MT/Mop-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOP

MOP is my capstone project. It is a result of my training at HTU. You can find it here:https://mopaic.herokuapp.com/.

Installation

Clone the repository

git clone https://github.com/talhaalshafeai44/Mop-Test.git

Navigate inside the folder

cd Mop-Test

Run npm install to install all the needed packages

npm install

Database

I used MySQL Workbench 8.0 CE.

Go to Database folder and import the SQL text file there into your Workbench.

Database configuration is specified in the index.js file.

Usage

In the repository directory run:

node index.js

Enjoy!