fatston/roofy
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
DB guide 1) install mysql workbench 2) import database from /roofy/db 3) edit /roofy/application/server/connection.js with your db login credentials --- default username: root --- default password: password 4) ??? 5) profit Testing guide 1) open command prompt, navigate to <application> folder 2) type "npm install". if you don't see loading screen, download from https://nodejs.org/en/download/ 3) type "npm start" 4) open "localhost" 5) ??? 6) get roofied