Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victor823543/musicproject-backend
Backend API for Music Website
https://github.com/victor823543/musicproject-backend
Last synced: 7 days ago
JSON representation
Backend API for Music Website
- Host: GitHub
- URL: https://github.com/victor823543/musicproject-backend
- Owner: victor823543
- Created: 2024-05-06T12:03:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T15:02:29.000Z (7 months ago)
- Last Synced: 2024-12-04T15:13:52.756Z (2 months ago)
- Language: Python
- Homepage: https://learnmusic-app.netlify.app
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend for Music Website
This repository contains the backend API for the Music Website. To learn more about the frontend of the website, visit [musicproject-frontend](https://github.com/victor823543/musicproject-frontend).## Technologies Used
The backend is built using **Django** (Python) and **Django Rest Framework**. It utilizes **PostgreSQL** as the database and **JSON Web Token (JWT)** for authorization. The application is containerized using **Docker** and deployed on **Google Cloud**, while the database is hosted on **AWS**.### Functionality
- **Generating Songs:** API for generating songs based on certain criteria.
- **Creating eartraining sessions:** API for generating eartraining sessions.
- **Database Storage:** Store user-created songs and eartraining progress.
- **Authenticate Users:** Allow users to create accounts and authenticate using JWT.