Skip to content

Create a mini RESTful API service using Django REST framework and PostgreSQL database

Notifications You must be signed in to change notification settings

shubham2637/sellgoDRF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sellgoDRF

Getting Started

To get up and running, simply do the following:

$ git clone git@github.com:shubham2637/vymo.git
$ cd vymo

# Install the requirements
$ pip install -r requirements.txt



# Perform database migrations if required
$ python manage.py makemigrations
$ python manage.py migrate

# Start the server
$ python manage.py runserver

Open bowser at http://127.0.0.1:8000
Admin Login : http://127.0.0.1:8000/admin
            username : admin 
            password : admin


#for Rest APIs
use the postman collection for API details
https://www.getpostman.com/collections/35f7024c5b6f9c0befae

About

Create a mini RESTful API service using Django REST framework and PostgreSQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages