Skip to content

anushajp/sample_ims

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample_ims

This is a sample application to manage an inventory.

Requirements

  • Python
  • Django
  • PostgreSQL

Setup

Clone the repository:

$ https://github.com/anushajp/sample_ims.git

Create a virtual environment(python3) and activate it:

Then install the dependencies:

(env)$ pip install -r requirements.txt

Change the directory to project directory and run the server

(env)$ cd sample_ims
(env)$ python manage.py runserver --settings=sample_ims.settings.dev

And navigate to http://127.0.0.1:8000.

Run migrations

(env)$ python manage.py migrate --settings=sample_ims.settings.dev

Create superuser

(env)$ python manage.py createsuperuser --settings=sample_ims.settings.dev

About

Rest apis for a simple inventory management system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages