Skip to content

cdoos/aibolite_back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aibolite

RESTFul service with Django for maintaining hospital management system.

Built With

Installation

Create new directory:

$ mkdir Aibolite && cd Aibolite

Create new virtual environment:

$ python -m venv venv

Activate virtual environment:

$ source venv/bin/activate  (For Linux)
$ venv/Scripts/activate  (For Windows)

Clone this repository:

$ git clone git@github.com:cdoos/aibolite_back.git && cd aibolite_back/project

Install requirements:

$ pip install -r requirements.txt

Check for any project errors:

$ python manage.py check

Run Django migrations to create database tables:

$ python manage.py migrate

Run the development server:

$ python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •