https://github.com/nejcrogelsek/nextup-backend
https://github.com/nejcrogelsek/nextup-backend
fastify fastify-jwt mongodb swagger typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nejcrogelsek/nextup-backend
- Owner: nejcrogelsek
- Created: 2021-11-06T17:09:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T16:49:36.000Z (about 3 years ago)
- Last Synced: 2025-02-15T11:49:22.734Z (4 months ago)
- Topics: fastify, fastify-jwt, mongodb, swagger, typescript
- Language: TypeScript
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextup
---
### Table of Contents
- [Description](#description)
- [How To Use](#how-to-use)
- [References](#references)
- [License](#license)
- [Author Info](#author-info)---
## Description
Full-stack application that allows the user to create an
event. The event has an image, title, description, location, start
date and time, and the maximum number of users allowed. Registered
users can sign up for the event and receive an email reminder 1
day before the event.#### Technologies
- HTML
- CSS
- Figma
- JavaScript
- Typescript
- Node
- NestJS
- Fastify
- NextJs
- Docker
- Amazon AWS
- Amazon S3
- Git
- GitHub
- Jest
- MongoDB
- TypeORM
- JWT
- Swagger
- Trello
- SendGrid[Back To The Top](#Nextup)
---
## How To Use
### Pre-requirements:
- AWS account
- Figma account
- Trello account
- Google account (for firebase)
- SendGrig accountClone repository and run:
```bash
$ yarn install
```In the project directory, you can run:
```bash
$ yarn run dev
``````bash
$ yarn test
``````bash
$ yarn build
```## References
- SkillUp Mentor - [skillupmentor](https://skillupmentor.com/)
- LinkedIn - [@nejcrogelsek](https://www.linkedin.com/in/nejcrogelsek/)
- Github - [@nejcrogelsek](https://github.com/nejcrogelsek)
- Website - [Nejc Rogelšek](https://nejcrogelsek.si)[Back To The Top](#Nextup)
---
## License
MIT License
Copyright (c) 2021 [skillupmentor](https://skillupmentor.com/)
This assignment is protected with XYZ copyright. The Candidate may
upload the assignment on his closed profile on GitHub (or other
platform), but any other reproduction and distribution of the
assignment itself or the assignment’s solutions without written
permission of XYZ is prohibited.[Back To The Top](#Nextup)
---
## Author Info
- LinkedIn - [@nejcrogelsek](https://www.linkedin.com/in/nejcrogelsek/)
- Github - [@nejcrogelsek](https://github.com/nejcrogelsek)
- Website - [Nejc Rogelšek](https://nejcrogelsek.si)[Back To The Top](#Nextup)