Skip to content
/ DRF-Starter Public template

A starter template for building REST APIs in Django REST

Notifications You must be signed in to change notification settings

tejas-trivedi/DRF-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRF-Starter

A starter template for building REST APIs in Django REST


Features

  • Integration with Django REST Framework
  • User Management APIs
  • JWT Authentication
  • Added Django Debug Toolbar
  • Integration with PostgreSQL and Redis
  • Containerized using Docker and managed using docker compose.

Pre-requisites

This project is built on top of docker containers. So ensure that you have Docker and Docker Compose installed on your system.
For installation instructions refer: https://docs.docker.com/get-docker/


Starting the Server

  1. Start the PostgreSQL and Redis server
docker-compose up -d db redis
  1. Start the complete project
docker-compose up

Running the commands

To run a command inside the docker container:

docker-compose run app sh -c "enter_your_command_here"

About

A starter template for building REST APIs in Django REST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published