Skip to content

t1xgo/Backend_clinicLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developved by: Santiago Cano Duque - Backend for: ###Clinic Lab project###

How to run it:

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

Technologies used:

  • Django for backend
  • db.sqlite for database visualization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages