Skip to content

JJamC/moments-musicaux

Repository files navigation

Moments Musicaux App

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 -

Prerequisites

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)

Getting Started

1. Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/JJamC/moments-musicaux.git
cd moments-musicaux-app

2. Install Dependencies

npm install

3. Create the Database

npm run setup-db

4. Generate Prisma Client, Apply Migrations and Seed

    npm run db:generate
    npm run db:migrate

Create a .env variable here for your local psql database

npx prisma db seed

5. Dev Mode

npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •