/dwellingly_backend

Flask based Backend for Dwellingly

Primary LanguagePython

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

  1. Download Docker here:

Windows: https://docs.docker.com/docker-for-windows/

Mac:https://docs.docker.com/docker-for-mac/

Linux:

  1. Download Docker-Compose here: https://docs.docker.com/compose/install/

  2. Clone the project

git clone https://github.com/codeforpdx/dwellingly_backend.git
  1. cd into the directory of the project
cd dwellingly_backend
  1. Run
sudo docker-compose up --build
  1. 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)