Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 614 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 614 Bytes

খাবার বণ্টন

Build Status

Tech

  • Django rest framework

Installation

Create a vitual environment

Install the dependencies and devDependencies and start the server.

$ cd projectile
$ pip install -r requirements.txt

Ruuning the project...

$ python manage.py runserver

Verify the deployment by navigating to your server address in your preferred browser.

127.0.0.1:8000

For running test...

$ python manage.py test

License

MIT