Skip to content

elinzer/SoundCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About NotSoundCloud

NotSoundCloud is a web application inspired by SoundCloud, an application that allows users to upload their own music files and listen to other folks' music. Click here to view NotSoundCloud live.

Project Wiki

See below links for this project's Wiki:

Languages, Frameworks, Libraries

This project was built with:

To run locally

To run locally on your machine

  • Clone this repo
  • cd into both the backend and frontend directories and run npm install
  • Inside /backend, create a .env file and choose a port number and a database file (to view in your browser and have a local db):
   PORT=
   DB_FILE= 
  • Still in /backend, run the following commands to build the database and seed it with starter data:
npx dotenv sequelize db:create
npx dotenv sequelize db:migrate
npx dotenv sequelize db:seed:all
  • Finally, run npm start in /backend first and then in the /frontend terminal to start the backend and frontend servers!

Splash Page

Screen Shot 2022-10-26 at 11 52 25 AM

About

Clone of SoundCloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published