Skip to content

lukehoban/expressjs-prisma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title description tags
ExpressJS Prisma
An ExpressJS server that uses Prisma to connect to a PostgreSQL database
express
postgresql
prisma
typescript

ExpressJS Prisma Example

This is an ExpressJS REST API that uses Prisma to connect to a Postgres database and CRUD todos.

Deploy on Railway

✨ Features

  • Prisma
  • Express
  • Postgres
  • TypeScript

💁‍♀️ How to use

  • Install dependencies yarn
  • Provision a Postgres container on Railway
  • Connect to your Railway project with railway link
  • Migrate the database railway run yarn migrate:dev
  • Run the Server app railway run yarn dev

📝 Notes

This is a simple REST API for todo items. The available routes are

  • GET /todos gets all todos
  • POST /todos creates a new using text in the JSON body
  • GET /todos/:id gets a todo by id
  • PUT /todos/:id updates a todo by id
  • DELETE /todos/:id deletes a todo by id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published