An OOTD (Outfit Of The Day) app that lets people share their daily outfits with each other.
- Post up to 5 outfit images
- Like, save & comment on outfits
- Add links to the clothes in the outfit
and more
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
Clone the project
git clone https://github.com/jacobslunga/gotstyleGo to the project directory
cd gotstyleOpen 2 terminals
Go to the app directory in one terminal
cd gotstyle-appGo to the server directory in one terminal
cd gotstyle-serverIn the app directory run:
npm installand then:
npm startIn the server directory run:
virtualenv venvThen source the virtual environment and run:
pip install -r requirements.txtand then:
gunicorn -w 4 -b 0.0.0.0:8001 wsgi:appClient: React Native, Axios, Expo
Server: Python, Flask
Other: AWS: S3, Cloudfront, EC2