Skip to content

Nisargbhatt/furrily_backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

furrily_backend

Rest apis for furrily website

Prerequisites

  • Working installation of Python 3
  • A virtual env to create a virtualenv use python3 -m venv venv or python -m virtualenv venv

Install instructions

  • 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.

Technologies used

  • Python
  • MongoDB
  • Flask
  • Boto3

About

Rest apis for furrily website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%