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 [email protected]: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
[email protected]
Roysa Peguero
LinkedIn
[email protected]
Ryan Harden
LinkedIn
[email protected]
Lillyann Hidalgo
LinkedIn