Online platform dedicated to providing support and exposure to San Francisco based musicians.
-setup/installation instructions:
run npm install
download & install node.js
Install Yarn
-command to start frontend & server
to start create-react-app run yarn start
to start server run node server.js
-db Setup
Using MySql
create a database named frisco-rap-Scene
and create tables for artists, songs and videos.
fields for artists include: name, artist name, email and location
fields for songs include: title, length and artist id
fields for videos include: title, length, link
-Current features list
Songs section
Videos section
Artist Submission section
-later features
The ability to search for content stored in the database, the ability to submit and view events calendar.