An open API service indexing awesome lists of open source software.

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

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 account

Clone 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)