alella / music_store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup instructions

  1. Turn on mysql server
  2. Setup database and tables by running music_store/db/create_db.py
pip install -r requirements.txt
cd db/
python create_db.py
  1. Go back to projects root directory and install node dependencies.
cd ..
cd music_app/
npm install
  1. You can start the server by running :
node app.js
  1. Access the web page from http://localhost:3000

Screenshots

Homepage search

Accounts

Admin
username: admin
password: admin1234

test user
username: user
password: user1234

About


Languages

Language:JavaScript 54.8%Language:Python 24.8%Language:CSS 11.7%Language:HTML 8.1%Language:Shell 0.7%