{"id":26715522,"url":"https://github.com/monquess/monquess-calendar","last_synced_at":"2026-04-10T15:02:43.338Z","repository":{"id":284522358,"uuid":"934964304","full_name":"monquess/monquess-calendar","owner":"monquess","description":"An advanced and elegant calendar application, built with NestJS and React","archived":false,"fork":false,"pushed_at":"2025-03-26T10:01:58.000Z","size":3806,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-26T10:31:48.264Z","etag":null,"topics":["mantine","nestjs","nodejs","postgresql","prisma","react","redis","rest-api","typescript","zustand"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monquess.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-18T17:25:33.000Z","updated_at":"2025-03-26T06:58:00.000Z","dependencies_parsed_at":"2025-03-26T10:41:56.133Z","dependency_job_id":null,"html_url":"https://github.com/monquess/monquess-calendar","commit_stats":null,"previous_names":["monquess/monquess-calendar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monquess%2Fmonquess-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monquess%2Fmonquess-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monquess%2Fmonquess-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monquess%2Fmonquess-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monquess","download_url":"https://codeload.github.com/monquess/monquess-calendar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245860745,"owners_count":20684398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mantine","nestjs","nodejs","postgresql","prisma","react","redis","rest-api","typescript","zustand"],"created_at":"2025-03-27T14:25:29.192Z","updated_at":"2025-12-30T20:32:29.986Z","avatar_url":"https://github.com/monquess.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TypeScript-3178C6?logo=typescript\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React-20232A?logo=react\u0026logoColor=%2361DAFB\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React_Router-CA4245?logo=react-router\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Mantine-339AF0?logo=mantine\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Vite-646CFF?logo=vite\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Nest.js-E0234E?logo=nestjs\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Prisma-2D3748?logo=prisma\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Postgres-316192?logo=postgresql\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Passport-34E27A?logo=passport\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Amazon_S3-232F3E?logo=amazonwebservices\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/OpenAPI-6BA539?logo=openapiinitiative\u0026logoColor=fff\" /\u003e    \n  \u003cimg src=\"https://img.shields.io/badge/Swagger-85EA2D?logo=swagger\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Redis-DD0031?logo=redis\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Docker-2496ED?logo=docker\u0026logoColor=fff\" /\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./frontend/public/logo.svg\" width=\"350\"/\u003e\n\u003c/div\u003e\n\n## Overview\n\nAn advanced and elegant calendar application for creating and sharing events, built with NestJS and React.\n\n## Table of Contents\n\n- [Project setup](#project-setup)\n  - [Dependencies](#dependencies)\n  - [Starting the server](#starting-the-server)\n    - [Installation](#installation)\n    - [Database setup](#database-setup)\n    - [Running the server](#running-the-server)\n  - [Starting the client](#starting-the-client)\n- [API Documentation](#api-documentation)\n- [License](#license)\n\n## Project setup\n\n### Dependencies\n\nBefore starting, ensure the following dependencies are installed on your system:\n\n- [Node.js](https://nodejs.org/en) v18.8 or higher.\n- [PostgreSQL](https://www.postgresql.org) v9.6 or higher.\n- [Redis](https://redis.io) v2.6 or higher\n\n### Starting the server\n\n#### Installation\n\nClone the project repository to your local machine\n\n```bash\n$ git clone https://github.com/monquess/monquess-calendar.git\n```\n\nGo to the project directory\n\n```bash\n$ cd monquess-calendar/\n```\n\nNavigate to the backend directory\n\n```bash\n$ cd backend/\n```\n\nCopy the example .env file and fill in any necessary values\n\n```bash\n$ cp .env.example .env\n```\n\nInstall project dependencies\n\n```bash\n$ npm ci\n```\n\n#### Database setup\n\nMigrate the database and generate the Prisma client\n\n```bash\n$ npx prisma migrate dev\n```\n\nSeed the database if required\n\n```bash\n$ npx prisma db seed\n```\n\nOnce the database is seeded, you can log in with any user email and the default password `password`.\n\n#### Running the server\n\nTo run the application locally, you'll need to start the server using the following command\n\n```bash\n$ npm run start\n```\n\nAlternatively you can run app container in Docker\n\n```bash\n$ docker build -t \u003cimage name\u003e\n$ docker run -p 3000:3000 --name \u003ccontainer-name\u003e \u003cimage-name\u003e\n```\n\nor with Docker Compose\n\n```bash\n$ docker-compose up -d\n```\n\n\u003e [!NOTE]\n\u003e Make sure you have [Docker](https://www.docker.com) and [Docker Compose](https://docs.docker.com/compose/) installed on your machine.\n\n### Starting the client\n\nNavigate to the backend directory\n\n```bash\n$ cd frontend/\n```\n\nCopy the example .env file and fill in any necessary values\n\n```bash\n$ cp .env.example .env\n```\n\nRun the client application using the following command\n\n```bash\n$ npm run dev\n```\n\nOnce the client has started successfully, the apllication will be accessible at http://localhost:4200 or on another port specified in the _.env_ file\n\n## API documentation\n\nIf the server is running locally, you can view the documentation at http://localhost:3000/api/docs. This URL provides access to the API endpoints and methods directly from your server environment, allowing you to test and interact with the API in real-time.\n\n\u003e [!NOTE]\n\u003e The port shown in the documentation URL may vary depending on the value you specified in the environment variables.\n\n## License\n\nProject is licensed under [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonquess%2Fmonquess-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonquess%2Fmonquess-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonquess%2Fmonquess-calendar/lists"}