Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerrychong25/node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
https://github.com/jerrychong25/node-express-mongo-passport-jwt-typescript
docker docker-compose express express-js expressjs hacktoberfest jwt jwt-authentication mongo mongodb mongoose node node-js nodejs passport passportjs ts typescript
Last synced: 30 days ago
JSON representation
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
- Host: GitHub
- URL: https://github.com/jerrychong25/node-express-mongo-passport-jwt-typescript
- Owner: jerrychong25
- License: mit
- Created: 2019-05-30T06:04:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T13:03:10.000Z (about 2 months ago)
- Last Synced: 2024-09-27T17:22:14.567Z (about 1 month ago)
- Topics: docker, docker-compose, express, express-js, expressjs, hacktoberfest, jwt, jwt-authentication, mongo, mongodb, mongoose, node, node-js, nodejs, passport, passportjs, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 598 KB
- Stars: 102
- Watchers: 6
- Forks: 15
- Open Issues: 2
-
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 MongoDB Data Storage using TypeScript
[![GitHub release](https://img.shields.io/github/release/jerrychong25/node-express-mongo-passport-jwt-typescript.svg)](https://gitHub.com/jerrychong25/node-express-mongo-passport-jwt-typescript/releases/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-no-red.svg)](https://github.com/jerrychong25/node-express-mongo-passport-jwt-typescript/graphs/commit-activity)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjerrychong25%2Fnode-express-mongo-passport-jwt-typescript&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/jerrychong25)
## 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 via Passport.js, and MongoDB data storage via Mongoose.js.
## Deployment
Hosted on local host.
## Built With
* [Docker](https://www.docker.com/)
* [Docker Compose](https://docs.docker.com/compose/)
* [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