Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hrithiqball/apollo-fastify

A full stack project that connects to mongodb, postgresql and apollo
https://github.com/hrithiqball/apollo-fastify

apollo fastify graphql mongodb postgresql prisma react redis rest-api

Last synced: 19 days ago
JSON representation

A full stack project that connects to mongodb, postgresql and apollo

Awesome Lists containing this project

README

        














# Project Description

This project is a monorepo containing both server-side and client-side applications. The server is built with Fastify and utilizes Prisma ORM for database interactions. It offers both a REST API and a GraphQL API powered by Apollo Server.

The frontend, bootstrapped by Vite, is built with React and features Tailwind CSS for styling. It also includes GraphQL Apollo Client for interacting with the GraphQL API provided by the server.

## Features

### Server-Side

- Built with Fastify
- Custom authentication system
- Utilizes Prisma ORM for database operations
- Provides both REST API and GraphQL API (Apollo Server)

### Client-Side

- Bootstrapped by Vite
- Developed with React
- Styled using Tailwind CSS
- Utilizes GraphQL Apollo Client for fetching data from the server