Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.
/ e-shoku-api Public archive

e-Shoku バックエンド開発リポジトリ

Notifications You must be signed in to change notification settings

ryoheinan/e-shoku-api

Repository files navigation

e-Shoku Backend

This is a Django REST framework project.

Getting Started

First, launch Docker container with VSCode Remote Container, then run the development server:

poetry shell
python manage.py migrate
python manage.py runserver

Open http://localhost:8000 with your browser to see the result.