Skip to content

An example repo to learn building REST and GraphQL endpoints using SQLite

License

Notifications You must be signed in to change notification settings

solrik/drizzle-fastify-yoga

 
 

Repository files navigation

Example REST/GraphQL

This is a learning repo to build a simple REST/GraphQL API with data from SQLite database.

Stack

Where do I start?

  • Explore the scripts in package.json
  • npm run dev starts the server. Explore the available REST and GraphQL endpoints.
  • Explore drizzle.config.ts to learn how database schema is setup. If you change the schema, remember to run npm run generate:migration to generate the migration files and then npm run migrate to apply the migrations to the database.
  • Explore the seeding script to learn how the database is seeded. This is already run but if you delete the database file, you should run it again.
  • /rest/users is an example endpoint
  • /graphql is the graphql endpoint with an example schema

Go crazy. 🚀

About

An example repo to learn building REST and GraphQL endpoints using SQLite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%