Splashd is a web application based of Untapped, and created by a team of 4 software engineers.
- Clone the repo:
https://github.com/D0RK5TER/Splashd
- Install packages:
pipenv install
cd react-app
npm install
- Create .env and add:
SECRET_KEY=<<Password of your choosing>>
DATABASE_URL=sqlite:///dev.db
- Enter the shell, then Migrate and seed files:
pipenv shell
flask db init
flask db migrate
flask db upgrade
flask seed all
- Run the server
flask run
cd react-app
npm start
- Navigate to local site
http://localhost:3000/