This repository contains our team's code for CS 4485, our Capstone project.
This project is a web application that allows users to find links between different artists and albums through their collaborations. It was built as a discovery tool for music lovers, allowing them to explore the connections between their favorite artists and albums.
You can try it out here.
- Frontend: Next.js, React, TypeScript, TailwindCSS
- Backend: Next.js, TypeScript, Express
- Deployment: Vercel, Supabase
Ctrl+Shift+P➜Git: Clone➜adibarra/harmonic-link- Run
pnpm installin the terminal to install dependencies. - Thats it!
[Note: We use pnpm as our package manager. Make sure you have it installed. If not, you can install it by running npm install -g pnpm.]
Make sure you are in the repo's root directory before running these commands.
# # # # # # # # # # # # # # # # # # # # # # # #
# Start the development environment #
# Access the app here: http://localhost:3333 #
# # # # # # # # # # # # # # # # # # # # # # # #
$ pnpm dev
# --- OR ---
# # # # # # # # # # # # # # # # # # # # # # # #
# Build and run for production (preview mode) #
# Access the app here: http://localhost:3000 #
# # # # # # # # # # # # # # # # # # # # # # # #
$ pnpm build && pnpm start| Scripts | Description |
|---|---|
| pnpm install | installs dependencies for entire project |
| pnpm dev | runs development environment |
| pnpm clean | removes build artifacts and dependencies |
| pnpm build | builds the app for production |
| pnpm start | runs the full built app |
All rights reserved.