Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerrychong25/node-express-sqlite-jwt-typescript-typeorm
A Node.js back end web application with REST API, user JWT authentication and SQLite TypeORM data storage using TypeScript
https://github.com/jerrychong25/node-express-sqlite-jwt-typescript-typeorm
express express-js expressjs jwt jwt-authentication node node-js nodejs sqlite ts typeorm typescript
Last synced: 26 days ago
JSON representation
A Node.js back end web application with REST API, user JWT authentication and SQLite TypeORM data storage using TypeScript
- Host: GitHub
- URL: https://github.com/jerrychong25/node-express-sqlite-jwt-typescript-typeorm
- Owner: jerrychong25
- License: mit
- Created: 2019-05-30T03:21:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T16:12:04.000Z (7 months ago)
- Last Synced: 2024-04-06T17:25:50.842Z (7 months ago)
- Topics: express, express-js, expressjs, jwt, jwt-authentication, node, node-js, nodejs, sqlite, ts, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 379 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Node.js Back End Web Application with REST API, User JWT Authentication and SQLite Data Storage using TypeScript and TypeORM
[![GitHub release](https://img.shields.io/github/release/jerrychong25/node-express-sqlite-jwt-typescript-typeorm.svg)](https://gitHub.com/jerrychong25/node-express-sqlite-jwt-typescript-typeorm/releases/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-no-red.svg)](https://github.com/jerrychong25/node-express-sqlite-jwt-typescript-typeorm/graphs/commit-activity)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjerrychong25%2Fnode-express-sqlite-jwt-typescript-typeorm&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)## Getting Started
This is a Node.js back end web application written in TypeScript, which features REST API interface via Express.js, user JWT authentication, and SQLite data storage via TypeORM.
## Deployment
Hosted on local host.
## Built With
* [Visual Studio Code](https://code.visualstudio.com/)
## Versioning
[Semantic Versioning (SemVer) 2.0.0](http://semver.org/)
## Authors
**Jerry Chong** - [jerrychong25](https://github.com/jerrychong25)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details