Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.