- Clone the repository
$ git clone https://github.com/cano2030/Backend_clinicLab.git
$ cd Backend_clinicLab
- Create a virtual environment to install dependencies in and activate it:
$ python3 -m venv venv
$ source venv/bin/activate
- Install dependencies:
(venv)$ pip install django
- Once
pip
has finished downloading the dependencies:
(venv)$ cd Backend_clinicLab
(venv)$ python3 manage.py runserver
- Django for backend
- db.sqlite for database visualization