Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.)

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 = development

PORT = 5000

MONGO_URI = mongodb://localhost:27017/newtemplate

JWT_SECRET = ffc632ce-0053-4bab-8077-93a4d14caaad
```