/meetzy-backend

Server for Meetzy App

Primary LanguageJavaScript

Backend/Server for Meetzy

Features

  • CRUD Event, Ticket, Notification, User
  • JWT Based Authentication & Authorization
  • Middleware Validation for Input Request and Role
  • API testing using Jest and Supertest

Tech Stack

Main: Express, Node.js, Prisma, MongoDB , Jest , Supertest

Running Tests

To run tests, run the following command

  npm run test

Documentation

Locally you can go to localhost:3000/api-docs*** after running the server for api documentation.