Skip to content

MRP (Material Requirements Planning) API. We used Django and DRF.

License

Notifications You must be signed in to change notification settings

umit-ozturk/MRP-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRP-Project-System-Analysis--Lesson

We created MRP (Material Requirements Planning) API with Utkucan Bıyıklı. We used Django and DRF.

All Contributors Star on GitHub

Ümit Öztürk

Ümit Öztürk

Utkucan Bıyıklı

Utkucan Bıyıklı

Installation

Clone the repository and create a virtual environment.

$ git clone https://github.com/umit-ozturk/MRP-Project-System-Analysis--Lesson.git
$ cd MRP-Project-System-Analysis--Lesson
$ virtualenv -p python3 env
$ source env/bin/activate
$ pip install -r requirements.txt
$ cd netplas

Create user

$ python manage.py migrate
$ python manage.py createsuperuser

If you have no such table error ( Use PostgreSQL. You don't have local settings Project uses SQLite by default. )

$ python manage.py migrate --run-syncdb
$ python manage.py createsuperuser

Run Server

$ python manage.py runserver

Screenshots

Photo1

Photo2

Photo3

Photo4

Photo5

Photo6

Photo7

Photo8

About

MRP (Material Requirements Planning) API. We used Django and DRF.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages