This is the API for the Dashchef website, which is an application that allows home cooks to advertise and sell home cooked meals to users
- A raiding calendar to plan for future events
- A social event calendar for current or new members to interact with one another
- A general forum to promote discussion between current or new members
- A page dedicated to showcasing the guild's highlights
- Fastify
- PostgreSQL
Clone the repository
git clone https://github.com/peterphan20/guild-announcements.git
Move into repository
cd guild-announcement
Install dependencies
npm install
This API supports basic CRUD operations for handling user and home chef interactions between one another as well as providing authentication for protecting various user and chef functionalities.
This project is not accepting contributions. You are welcome to use as a template.
MIT License