Welcome to the Moments Musicaux App project! This web app is built with the T3 stack, including Next.js, Prisma, tRPC, and React. It is based on the NorthCoders NC News sprint and was a built as an exercise to improve my competency working with this tech stack.
Hosted Website Link: moments-musicaux.vercel.app
Follow the instructions below to set up and run the project -
Make sure you have the following installed on your machine:
- Node.js (version 18.x or higher)
- npm (version 10.x or higher)
- PostgreSQL (for local database setup)
First, clone the repository to your local machine:
git clone https://github.com/JJamC/moments-musicaux.git
cd moments-musicaux-app
npm install
npm run setup-db
npm run db:generate
npm run db:migrate
Create a .env variable here for your local psql database
npx prisma db seed
npm run dev