mihirkawatra / housekeeping-portal

A portal to Manage Housekeeping-related Activities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Housekeeping Portal

Housekeeping Portal made as part of recruitment task at Udaan.

Setting Up

  • conda create -n new-env python=3.6
  • source activate new-env
  • pip install -r requirements.txt

Steps to run

  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver

NOTE:

  • The API can be further transformed to handle JSON like input request.
  • Styling can also be improved.
  • SQLite has been used for Database for fast prototyping only. Production ready application would use PostgreSQL.

About

A portal to Manage Housekeeping-related Activities


Languages

Language:Python 74.4%Language:HTML 25.6%