TuneSpace is a SoundCloud inspired web application that provides the user with a seemless audio streaming experience.
- SQLAlchemy
Check out our site for more! TuneSpace
- Clone the repository
HTTPS:
git clone https://github.com/JAllen2022/SoundCloud-Group-Clone.git
SSH:
git clone git@github.com:JAllen2022/SoundCloud-Group-Clone.git
- Install the dependencies
pipenv install -r requirements.txt
- Create a .env file based on the example with proper settings for your development environment
SECRET_KEY= <your secret key>
DATABASE_URL=sqlite:///dev.db
SCHEMA=flask_schema
- Get into your pipenv, migrate your database, seed your database, and run your Flask app
pipenv shell
flask db upgrade
flask seed all
flask run
- Open a separate terminal and change into the react-app directory
cd react-app
- Install the dependencies
npm install
- Start the application
npm start
- Navigate to the application in your browser
Jason Allen
LinkedIn
jasonallen715@gmail.com
Roysa Peguero
LinkedIn
roysapeguero@outlook.com
Ryan Harden
LinkedIn
ryanharden20@gmail.com
Lillyann Hidalgo
LinkedIn