Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 959 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 959 Bytes

FriscoRapScene

Online platform dedicated to providing support and exposure to San Francisco based musicians.

Google Docs Project Plan

-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.