Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psk-98/footprints-backend-v2
Python backend for the footprints
https://github.com/psk-98/footprints-backend-v2
cloudinary django django-rest-framework knox-tokens postgresql python
Last synced: 10 days ago
JSON representation
Python backend for the footprints
- Host: GitHub
- URL: https://github.com/psk-98/footprints-backend-v2
- Owner: psk-98
- Created: 2022-08-22T14:08:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T09:29:17.000Z (over 1 year ago)
- Last Synced: 2023-07-19T18:52:38.430Z (over 1 year ago)
- Topics: cloudinary, django, django-rest-framework, knox-tokens, postgresql, python
- Language: Python
- Homepage:
- Size: 23 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.