Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started

First clone the repository from Github and switch to the new directory :

$ git clone https://github.com/shivamforever/django-Inventoryapi.py.git

Now change directory to :

$ cd django-Inventoryapi.py
$ cd wings-t4-miniproject-inventory-api

Activate the virtualenv for your project.

Install project dependencies :

$ pip install -r requirements/local.txt

Then simply apply the migrations :

$ python manage.py makemigrations    
$ python manage.py migrate

If above migrate command not working, run this command :

$ python manage.py migrate --run-syncdb 

You can now run the development server :

$ python manage.py runserver

Run this command to test your api :

$ python manage.py test

About

Tcs inventory api assessment for SDE I.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages