SeoulLost-backend

This codebase is SeoulLost backend server.

frontend repository: http://github.com/ydh1304/SeoulLost

Quick start

Initial setting

git clone http://github.com/yks1502/SeoulLost-backend
cd SeoulLost-backend
python manage.py migrate

Once you run this code, you are ready to use SeoulLost backend server.

Run server

python manage.py runserver

If you run this code, the backend server will be running at http://localhost:8000.