molcay / apartment-management-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apartment-management-system

This repository contains source code for apartment-management-system project.


Development Setup

Backend Setup

  • Clone this repository and change directory to it.
git clone git@github.com:molcay/apartment-management-system.git
cd apartment-management-system
  • Create virtual environment and activate it (consider using pipenv).
pipenv shell  # this command activate virtual environment. If the environment did not exist, first it creates and activate.
  • Install dependencies (please use Pipfile).
pipenv install --dev
  • Start application.
python manage.py runserver

Frontend Setup

  • Change directory to frontend:
cd frontend
  • Install dependency:
yarn install
  • Run webpack server:
yarn dev

NOTE: If you want to develop front-end you need to start backend as well.

About


Languages

Language:Vue 62.1%Language:Python 29.9%Language:JavaScript 7.3%Language:HTML 0.7%Language:CSS 0.1%