Skip to content

vaidehi-joshi/employee-crud

Repository files navigation

Backend CRUD with Prisma and Express

This project is a CRUD (create, read, update, delete) backend application using Prisma and Express

copy the .env.example file to .env

APP_PORT=5000
DATABASE_URL="postgresql://spartan@localhost:5432/employee-crud"

Install dependencies

npm install

Generate the Prisma Client

npx prisma generate

Migrate Database with Prisma

npx prisma migrate dev

Start the server

npm start

Your express server will now be running on port 5000. You can visit http://localhost:5000 in your web browser to verify that the server is working correctly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published