1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-18 20:39:36 +02:00
AdventureLog/backend
2024-11-12 00:02:49 -05:00
..
.devcontainer migration to new backend 2024-07-08 11:44:39 -04:00
.github migration to new backend 2024-07-08 11:44:39 -04:00
server Update motivational message in adventurelog.txt 2024-11-12 00:02:49 -05:00
.gitignore chore: Update Django server configuration and models for Adventure and Trip 2024-07-09 13:01:56 -04:00
Dockerfile Remove unused command from Dockerfile 2024-11-05 14:07:12 -05:00
entrypoint.sh Add adventurelog.txt with motivational message and display it on entrypoint 2024-11-11 23:56:16 -05:00
LICENSE Remove AUTHORS and MANIFEST.in files; add ReverseGeocodeViewSet and localization updates 2024-10-30 15:11:00 -04:00
nginx.conf Fast. Easy. Fun. Deployment 🚀 2024-10-25 22:57:10 -04:00
README.md migration to new backend 2024-07-08 11:44:39 -04:00

AdventureLog Django Backend

A demo of a possible AdventureLog 2.0 version using Django as the backend with a REST API.

Based of django-rest-framework and dj-rest-auth.