| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ShoCase™ is a full stack web application that serves as a social media platform for sharing anime reccomendations through a playlist format. The user is able to make playlists of 4 animes, comment on other users playlists, and save playlists within their liked page. For more information check out the PowerPoint.
The project utilizes an Express backend, RESTFUL api, mySQL database, and a third party API.
While building this project we learned to:
ShoCase™ is a deployed web application. Most users must simply navigate to shocase.herokuapp.com/
Should you wish to download the project locally you must:
SSH: git clone git@github.com:Bfunk54/ShoCase.git HTTPS: git clone https://github.com/Bfunk54/ShoCase.git
npm i
DB_NAME= 'shocase_db' DB_USER= 'YOUR-USER-NAME' DB_PASSWORD= 'YOUR-PASSWORD'
When navigating to the homepage you will be greeted with all playlists other users have made. Before being able to interact you must first either Login or Signup. In order to do this click on the hamburger icon within the Nav Bar. You will be redirected to the login page.
Once logged in you can finally interact with our page! To list a few functions of our webstie, you can:
If you have a suggestion that would make the repo better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
Distributed under the MIT License. See LICENSE for more information.
For any further questions feel free to contact us via:
Project Link: github.com/Bfunk54/ShoCase
Special thanks to these resources. You have proven invaluable to creating this project:
Fair Use
Copyright Disclaimer under section 107 of the Copyright Act of 1976 allows fair use of copyrighted material for purposes such as "teaching... or research.
Fair use allows limited use of copyrighted material without requiring permission from the rights holders. It provides for the legal, non-licensed citation or incorporation of copyrighted material in another author's work under a four-factor balancing test. To find out more information about the Fair Use Act, please click here.
For information on each resource used on this project, please click the resource name below.
| Back | FazBrowse Home | New Git URL |