Skip to content

Latest commit

 

History

History
61 lines (51 loc) · 1.25 KB

README.md

File metadata and controls

61 lines (51 loc) · 1.25 KB

Event management system

This REPO contains all of the functionalities to serve frontend for this project

Table of Contents

Description

An event management platform that allows users to create and manage events. I used GraphQL to implement features like event registration, attendee management, and event search.

Documentation

This project have only one endpoint available for every single request. /graphql

Setup

Dependencies

  • GraphQL
  • ExpressJS
  • Apollo Server
  • bcrypt
  • jsonwebtoken
  • cors
  • dotenv
  • mongoose
  • nodemon

Folder Structure

📦src
 ┣ 📂Schemas
 ┣ 📂interfaces
 ┣ 📂middlewares
 ┣ 📂models
 ┗ 📜app.ts

Getting Started

Cloning the project

git clone https://github.com/TresorRw/event-management-backend.git
cd event-management-backend

Installing dependencies

npm i

Run The Service

npm start