https://github.com/psk-98/footprints-api
Django API for Footprints https://github.com/psk-98/footprints
https://github.com/psk-98/footprints-api
cloudinary django django-rest-framework docker docker-compose docker-container docker-image knox-tokens nginx nginx-proxy postgresql python
Last synced: about 2 months ago
JSON representation
Django API for Footprints https://github.com/psk-98/footprints
- Host: GitHub
- URL: https://github.com/psk-98/footprints-api
- Owner: psk-98
- Created: 2022-08-22T14:08:51.000Z (almost 4 years ago)
- Default Branch: trunk
- Last Pushed: 2025-02-20T17:57:56.000Z (over 1 year ago)
- Last Synced: 2025-05-21T03:16:32.073Z (about 1 year ago)
- Topics: cloudinary, django, django-rest-framework, docker, docker-compose, docker-container, docker-image, knox-tokens, nginx, nginx-proxy, postgresql, python
- Language: Python
- Homepage:
- Size: 2.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to My Footprints Backend
This backend is built using Django, a Python web framework for building web applications. It also utilizes Django REST framework for creating APIs, Django REST Knox for handling authentication, and Cloudinary for hosting user-uploaded media files.
To get started, make sure you have Python and pip installed on your machine. Then, clone the repository and run pip install -r requirements.txt to install all of the dependencies.
You will also need to sign up for an account on Cloudinary in order to use the app.
To run the server, run python manage.py runserver in the root directory of the project. This will start the server on http://localhost:8000/ and will automatically reload the page when changes are made.
Please note that this is a mock online backend and to see front-end code go [here](https://github.com/psk-98/footprints/tree/v2) and to see it [live](https://footprintz.netlify.app)
Thank you for visiting my online backend! I hope you find it useful in building your own project with similar stack.