Skip to content

okarin1511/resto-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resto-api

To get started

1. Clone the repository

git clone git@github.com:<username>/resto-api.git
cd inventory_api

2. Setup Project

  1. Install the virtualenv tool and create a virtual environment
pip install virtualenv
virtualenv env
  1. Install the dependencies
pip install -r requirements.txt
  1. Run the migrations
python manage.py makemigrations
python manage.py migrate
  1. Finally, run the server
python manage.py runserver

3. Task 1: Database entry

To execute the db entry script, go inside the utils sub directory and run the dbentry.py file

cd utils
python dbentry.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages