Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GotStyle

An OOTD (Outfit Of The Day) app that lets people share their daily outfits with each other.

Features

  • Post up to 5 outfit images
  • Like, save & comment on outfits
  • Add links to the clothes in the outfit

and more

Environment Variables

To run this project, you will need to add the following environment variables to your .env file (located in the gotstyle-server folder)

AWS_ACCESS_KEY

AWS_SECRET_KEY

JWT_SECRET

DATABASE_URL_DEV

Run Locally

Clone the project

git clone https://github.com/jacobslunga/gotstyle

Go to the project directory

cd gotstyle

Open 2 terminals

Go to the app directory in one terminal

cd gotstyle-app

Go to the server directory in one terminal

cd gotstyle-server

In the app directory run:

npm install

and then:

npm start

In the server directory run:

virtualenv venv

Then source the virtual environment and run:

pip install -r requirements.txt

and then:

gunicorn -w 4 -b 0.0.0.0:8001 wsgi:app

Tech Stack

Client: React Native, Axios, Expo

Server: Python, Flask

Other: AWS: S3, Cloudfront, EC2

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages