Skip to content

This is an API project I helped build in a group. It's a music collection web app, where a user has full Create, Read, Update and delete function of 3 models, as well as being able to interact with the relationships between the models.

Notifications You must be signed in to change notification settings

Codycoder/ApiProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiProject

This is a WebAPI project containing frontend and backend folders. The back end can be opened and run in Visual Studio, and once running will interact with the front end which should be opened simultaneously in Visual Studio Code and "yarn start"-ed from the VS Code command line once the backend is running in Visual Studio.

The project is a music collection/selector for an Italian scooter/coffeeshop co-op startup. The music is accessible to choose by artists, albums, or individual song. Also, you can choose artist and it will show all albums by that artist, or you can choose an album and see all songs displayed.

User can also create, view all, edit and delete artists, songs and albums.

About

This is an API project I helped build in a group. It's a music collection web app, where a user has full Create, Read, Update and delete function of 3 models, as well as being able to interact with the relationships between the models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 79.3%
  • JavaScript 19.0%
  • CSS 1.2%
  • HTML 0.5%