PelumiTayo / COMP333-Backend-Demo

This is a backend demo for the course COMP333: Software engineering at Wesleyan University.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend Demo

Setting up the development environment

Screenshot 2023-10-17 214107

Database structure

users_table

username (primary key) password

Screenshot 2023-10-17 214814

rating

id (primary key username (foreign key) artist song rating

Screenshot 2023-10-17 214927

About

Music DB allows users to rate and save their favorite songs.

- Users are allowed to **Create** and add a rating to the database.

- Users are allowed to **Read** or view the song ratings they have entered into the database.

- Users are allowed to **Update** their song ratings.

- Users are allowed to **Delete** their song ratings from the database if they choose. 

Production environment

https://comp333-backend-demo.infinityfreeapp.com/ 🌐

Creators

Created by John Whangbo && Pelumi Tayo-Orisadare

About

This is a backend demo for the course COMP333: Software engineering at Wesleyan University.

License:Apache License 2.0


Languages

Language:PHP 100.0%