Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nemeslaszlo/men-stack-with-usercontroller
MEN (MongoDB - Express - Node) fully setuped project with a userController (login, register stc.)
https://github.com/nemeslaszlo/men-stack-with-usercontroller
bycrypt eslint express husky jwt lint-staged men-stack mongodb mongoose node validator winston-logger
Last synced: 21 days ago
JSON representation
MEN (MongoDB - Express - Node) fully setuped project with a userController (login, register stc.)
- Host: GitHub
- URL: https://github.com/nemeslaszlo/men-stack-with-usercontroller
- Owner: NemesLaszlo
- Created: 2021-03-01T16:02:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T16:08:32.000Z (almost 4 years ago)
- Last Synced: 2024-12-01T06:43:47.129Z (3 months ago)
- Topics: bycrypt, eslint, express, husky, jwt, lint-staged, men-stack, mongodb, mongoose, node, validator, winston-logger
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEN-Stack-with-UserController
MEN (MongoDB - Express - Node) fully setuped project with a userController (login, register stc.)### Env Variables
Create a .env file in then root and add the following
```
NODE_ENV = developmentPORT = 5000
MONGO_URI = mongodb://localhost:27017/newtemplate
JWT_SECRET = ffc632ce-0053-4bab-8077-93a4d14caaad
```