Skip to content

Commit 04ccd62

Browse files
author
App Generator
committed
2 parents a413c0e + 3f52cf0 commit 04ccd62

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11

22
# Nodejs API Server
33

4-
Express / Nodejs Starter with JWT authentication, MongoDB - Provided by **AppSeed** [App Generator](https://appseed.us/app-generator).
5-
Authentication is based on [json web tokens](https://jwt.io). `passport-jwt` strategy is used to handle the Email/Password authentication. After a successful login the generated token is sent to the requester.
4+
Simple starter built with Typescrypt / Express / MongoDB and JWT Auth powered by **Passport** library - provided and actively supported by **AppSeed** [App Generator](https://appseed.us/app-generator). The authentication flow is based on [json web tokens](https://jwt.io) and `passport-jwt` strategy - Inspired by other great OSS starters mentioned in the [credits](#credits) section.
65

76
<br />
87

98
> Features:
109
11-
- Simple, intuitive codebase - built for beginners, can be extended with ease.
12-
- NodeJS / Express / MongoDB
10+
- Simple, intuitive codebase - built for beginners (can be extended with ease)
11+
- Node JS / Express / MongoDB
12+
- Typescript
1313
- Auth: Passport / `passport-jwt` strategy
1414
- [API Interface Descriptor](https://github.com/app-generator/api-server-nodejs/blob/master/media/api.postman_collection.json): POSTMAN Collection
1515
- Docker
16-
- Full-stack Sample: [React Node JS Berry](https://appseed.us/product/react-node-js-berry-dashboard)
16+
- Full-stack Samples that uses this backend
17+
- [React Node JS Datta](https://appseed.us/product/react-node-js-datta-able) - open-source full-stack sample
18+
- [React Node JS Berry](https://appseed.us/product/react-node-js-berry-dashboard) - open-source full-stack sample
1719

1820
<br />
1921

0 commit comments

Comments
 (0)