Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL CRUD Application with PostgreSQL, Prisma and Express

This is a simple code first approach CRUD application built using PostgreSQL as the database, Prisma as the ORM, Apollo Server for GraphQL, and Express for the back-end.

Features

  • Create, read, update, and delete Authors and News entries.
  • Manage relationships between Authors and News.
  • GraphQL API powered by Apollo Server for efficient data retrieval.
  • Prisma for type-safe database queries.

Technologies Used

  • PostgreSQL: A powerful open-source relational database.
  • Prisma: A modern database toolkit that simplifies database access with type-safe queries.
  • Apollo Server: A community-driven, open-source GraphQL server that works with any GraphQL schema.
  • Express: A fast, unopinionated, minimalist web framework for Node.js.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages