Skip to content

WellerJay118/Week20GroupProject

 
 

Repository files navigation

InstaSplash

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.

Technologies

Features

Installation

To build/run project locally, please follow these steps:

  1. Clone this repository
git clone https://github.com/AmMonsoon/Week20GroupProject.git
  1. Install dependencies for /app and /react-app for /app
pipenv install --dev -r dev-requirements.txt && pipenv install -r requirements.txt

for /react-app

npm install
  1. In the root directory create a .env based on .env.example with proper settings
  2. Setup your PostgresSQL user , password , database
  3. Enable your virtual environment
pipenv shell
  1. In your virtual environment, run your migrations and seeds
flask db upgrade
flask seed all
  1. To start your backend make sure your in your virtual environment or run the command
pipenv run flask run

About

Instagram Clone in the works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 94.4%
  • CSS 5.0%
  • Other 0.6%