Skip to content

Hrubalskyi-Rodion/Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Application - Event Management System

A full-stack event management application built with React, NestJS, and PostgreSQL.

Tech Stack

  • Frontend: React, TypeScript, Tailwind CSS, Zustand, React Big Calendar
  • Backend: NestJS, TypeScript, TypeORM, JWT
  • Database: PostgreSQL
  • DevOps: Docker, Docker Compose

Prerequisites

  • Node.js 18+
  • Docker Desktop

Getting Started

1. Clone the repository

git clone https://github.com/Hrubalskyi-Rodion/Application.git
cd Application

2. Start the database

docker-compose up -d

3. Setup Backend

cd backend
npm install
cp .env.example .env
npm run start:dev

4. Setup Frontend

cd frontend
npm install
npm run dev

5. Seed the database (optional)

cd backend
npm run seed

Access

Test credentials

API Endpoints

Method Endpoint Description
POST /auth/register Register user
POST /auth/login Login user
GET /events Get public events
GET /events/:id Get single event
POST /events Create event
PATCH /events/:id Update event
DELETE /events/:id Delete event
POST /events/:id/join Join event
POST /events/:id/leave Leave event
GET /users/me/events Get user events

About

Event Management Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors