A simple word game using some django in the backend and javascript for frontend.
Tech stack:
- Django
- Django-Rest-Framework
- Javascript
Django rest framework as an api for most of the operations in the game like:
- Validating a user input place from database
- Listing out all places from a given letter
- Get a random place from a given letter
- CRUD endpoint for the places in the database.
API Link: https://djangonaut.pythonanywhere.com/world-atlas/api/