Rest apis for furrily website
- Working installation of Python 3
- A virtual env to create a virtualenv use
python3 -m venv venv
orpython -m virtualenv venv
- Make sure you have activated virtualenv if not use
source <name of virtualenv>/bin/activate
and for windows use<name of virtualenv>\bin\activate
- Install dependencies by running
pip install -r requirements.txt
- If the above command was successful then run the website with command
python app.py
and you are good to go.
- Python
- MongoDB
- Flask
- Boto3