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

https://github.com/devzgabriel/thanks

Value people by sending messages with the platform made to thank your friends!
https://github.com/devzgabriel/thanks

express nodejs typeorm typescript

Last synced: about 1 month ago
JSON representation

Value people by sending messages with the platform made to thank your friends!

Awesome Lists containing this project

README

        

Thanks


Preview

## ๐Ÿงช Tecnologies

This project was developed using back end technologies.

- [Node](https://nodejs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Express](http://expressjs.com/)
- [TypeORM](https://typeorm.io/)
- [JSONWebToken](https://github.com/auth0/node-jsonwebtoken#readme)

## ๐Ÿš€ Getting started

- You need to install both [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) to run this project.

**Clone the project and access the folder**

```bash
$ git clone https://github.com/devzgabriel/thanks.git && cd thanks
```

**Follow the steps below**

```bash
# Install the dependencies
$ yarn

# Run migrations
$ yarn typeorm migration:run

# Run the backend
$ yarn dev
```

The app will be available for access on your browser at `http://localhost:3000`

## ๐Ÿ’ป Project

Value people by sending messages with the platform made to thank your friends!

This is a project developed during the **[Next Level Week](https://nextlevelweek.com/)**, presented by **[@Rocketseat](https://github.com/Rocketseat)** during June 20-27, 2021.

## ๐Ÿ“ License

This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.

---

Made with ๐Ÿ’œ by Gabriel Silva and Rocketseat