InstaSplash is way for user to splash into a creative environment of users posting all types of creative/unique images. Users can sign up and express thoughts/interests on images by commenting or liking an image. The Instasplash live link can be found here: InstaSplash !!!
To build/run project locally, please follow these steps:
- Clone this repository
git clone https://github.com/AmMonsoon/Week20GroupProject.git- Install dependencies for
/appand/react-appfor/app
pipenv install --dev -r dev-requirements.txt && pipenv install -r requirements.txtfor /react-app
npm install- In the root directory create a
.envbased on.env.examplewith proper settings - Setup your PostgresSQL user , password , database
- Enable your virtual environment
pipenv shell- In your virtual environment, run your migrations and seeds
flask db upgrade
flask seed all- To start your backend make sure your in your virtual environment or run the command
pipenv run flask run





