Skip to content

Pharma-Care/back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pharma-Care Django REST API back end

This project constitutes the back end functionality of pharma-care project. The front end that uses it can be found HERE

Installation steps

clone this repo
git clone https://github.com/Pharma-Care/back-end.git

go into the project folder
cd back-end

create a python virtual environment
python3 -m venv env
source venv/bin/activate

pip install -r requirements.txt

create the database
python manage.py makemigrations
python manage.py migrate

Finally, Run the server
python manage.py runserver

For Windows

create a python virtual environment
py -m venv env



change the directory and activate it
cd env
Scripts/activate


clone this repo
git clone https://github.com/Pharma-Care/back-end.git

go into the project folder
cd back-end

install requirements
pip install -r requirements.txt

create the database
python manage.py makemigrations
python manage.py migrate


Finally, Run the server
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages