Skip to content

just for improve node/express/redis/jwt/mongo skills

Notifications You must be signed in to change notification settings

mr-redFox/restapi-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn REST api (own)

New Features!

  • Use async await (ES8)
  • MongoDB
  • Redis

Tech

Used a number of open source projects to work properly:

  • [node.js] - evented I/O for the backend
  • [Express] - fast node.js network app framework [@tjholowaychuk]

Installation

My app requires Node.js v12+ & MongoDB to run.

Install the dependencies and devDependencies and start the server.

$ cd restapi-learn
$ npm i
$ npm start

Environment

Want to work correctli? add following constants to .env!

.ENV:

PORT = 8080
DB_CONNECTION = mongodb://127.0.0.1:27017/restapilearn
TOKEN_SECRET = super_token_secret

Author

Bohdan Pidluzhnyy

License

MIT

Learning project, Hell Yeah!

About

just for improve node/express/redis/jwt/mongo skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published