https://github.com/kauefraga/dowhilechallenge
π Register/Login routes
https://github.com/kauefraga/dowhilechallenge
express jwt nodejs prisma sqlite typescript
Last synced: 3 months ago
JSON representation
π Register/Login routes
- Host: GitHub
- URL: https://github.com/kauefraga/dowhilechallenge
- Owner: kauefraga
- License: mit
- Created: 2021-12-10T17:42:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T00:25:16.000Z (about 4 years ago)
- Last Synced: 2025-10-27T20:37:13.995Z (8 months ago)
- Topics: express, jwt, nodejs, prisma, sqlite, typescript
- Language: TypeScript
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DoWhile2021 Challenge - Node (express)
Implementation of Β΄register/loginΒ΄ routes (API REST)
## β¬οΈ How to download
```bash
git clone https://github.com/kauefraga/DoWhileChallenge.git
cd DoWhileChallenge
npm install
npm start
```
Or downloading with yarn? `yarn && yarn start`
## βοΈ How to test
```bash
npm test
```
Or testing with yarn? `yarn test`
## π» Technologies
- π Passwords encryption with [Bcrypt](https://www.npmjs.com/package/bcrypt)
- π₯ [CORS](https://www.npmjs.com/package/cors) π₯
- π§βπ§ [Commit lint](https://commitlint.js.org/)
- π€« [Dotenv](https://www.npmjs.com/package/dotenv)
- π£οΈ Routes with [Express](https://expressjs.com)
- βοΈ Tests with [Jest](https://jestjs.io)
- π Authorization with [JWT](https://jwt.io)
- πͺ "ORM" with [Prisma](https://www.prisma.io)
- ποΈ Database with [Sqlite](https://sqlite.org)
- π§βπ» Developed on [TypeScript](https://www.typescriptlang.org) + [TS-Node-Dev](https://www.npmjs.com/package/ts-node-dev)
## π License
See the [LICENSE](https://github.com/kauefraga/DoWhileChallenge/blob/main/LICENSE) for more information.
---