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!
- Host: GitHub
- URL: https://github.com/devzgabriel/thanks
- Owner: devzgabriel
- License: mit
- Created: 2021-06-22T23:53:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T19:35:11.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T06:32:48.233Z (about 2 years ago)
- Topics: express, nodejs, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Thanks
![]()
## ๐งช 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