Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 456 Bytes

readme.md

File metadata and controls

15 lines (13 loc) · 456 Bytes

Node Application

To run

Open terminal and run npm install After installation, run nodemon and your server will be ready on port localhost:3001

Concepts

1 App bootstrap 2 Server (express) 3 http (server running on port - 3001) 4 Routes (help you navigate to different pages / controllers) 5 Authentication using JWT token 6 Database