Skip to content

kibetamos/DjangoAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoAPI

Simple API using Django

How to run the project

  1. Clone the project by running : git clone [email protected]:kibetamos/DjangoAPI.git

  2. Create a virtual env

     python -m venv env
    
  3. Activate it by running :

    source env/bin/activate
    
  4. Install the requirements.txt by running :

    pip install -r requirements.txt
    
  5. Make migrations :

    python manage.py makemigrations
    
  6. Start server by running :

    python manage.py runserver 
    

Releases

No releases published

Packages

No packages published

Languages