Skip to content

Clone of the Airbnb Backend built with Django, REST Framework and Strawberry GraphQL

Notifications You must be signed in to change notification settings

Only-bottle/airbnb-backend

Repository files navigation

airbnb

Clone of the Airbnb Backend built with Django, REST Framework and Strawberry GraphQL

How to use

1. Run Virtual Enviroment

poetry shell

2. Run Server

python manage.py runserver

3. Create Super User

python manage.py createsuperuse

How to create a new app

1. Create App

python manage.py startapp {App 이름}

2. Make Migration

python manage.py makemigrations

3. Apply Migration

python manage.py migrate

About

Clone of the Airbnb Backend built with Django, REST Framework and Strawberry GraphQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages