dwellingly_backend
Flask based Backend API for Dwellingly
Demo URL: https://dwellingly-api-heroku.herokuapp.com/
Get Set Up
This project relies on Docker and Docker-Compose
- Download Docker here:
Windows: https://docs.docker.com/docker-for-windows/
Mac:https://docs.docker.com/docker-for-mac/
Linux:
-
Download Docker-Compose here: https://docs.docker.com/compose/install/
-
Clone the project
git clone https://github.com/codeforpdx/dwellingly_backend.git
- cd into the directory of the project
cd dwellingly_backend
- Run
sudo docker-compose up --build
- Open up localhost:5000
General Organization
This flask project is using the flaskRestful model - where resources and models are separated into their respective packages.
- Home (/)
- About (/about)
- Sign Up (/signup)
- Login (/login)
- Terms and Conditions (/termsandconditions)
- Forgot Password (/password)
- Admin (/admin)
- Staff (/staff)
- Property Manager (/property_manager)
- Tenant (/tenant)