Skip to content

alella/music_store

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published