Concert Connect is a Node.js application that combines different aspects of the music experience into a one stop shop for finding when your favorite artists will be coming to town, buying tickets, booking hotels, and upcoming events with your friends.
Setup:
In project root folder:
- npm i
- cd front
- npm i
- cd ..
- "npm run setup" -- this setups the SQLite database
- "npm run build" -- builds the project
- "npm run start" -- starts the server
- In another terminal window, cd front
- "npm run start" -- starts the React frontend