Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.41 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.41 KB

ConcertFyi

Welcome to ConcertFyi, a multi-page app that allows users to keep track of their favourite artists and the necessary information such as upcoming concerts, previous concerts, setlist, location of venue, etc.

Getting started

Application

  • Create a new repository using this repository as a template.
  • Clone your repository onto your local device.
  • Install dependencies using the npm install command.
  • Start the application using the npm start command. The app will be hosted at http://localhost:3000/.
  • Go to http://localhost:3000/ in your browser.

Server

  • Navigate to the server folder in the project directory.
  • Install dependencies using the npm install command.
  • Start the backend server using the npm start command. The app will be hosted at http://localhost:4000/.

Final Product

ConcertFyi.1.mp4

When you first visit the website, you can look for an artist and you will see various options that match your search results. Clicking on the image or name will bring you to the artist's detail page.

ConcertFyi.2.mp4

As a registered user, you can save artists to your favourites list.

Dependencies

  • express
  • axios
  • jwt-decode
  • fontawesome

Tech Stack

  • Express.js
  • React
  • Postgres
  • Node.js
  • HTML
  • CSS