Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 341 Bytes

Simple Express Api

Simple CRUD and authentication api

Technologies

  • Node
  • Express
  • Mongodb
  • Mongoose
  • JsonWebToken

Development

First you npm install

Then you npm run start and visit http://localhost:4000.

Your API is ready to connect to any frontend like react vue or angular or you can use postman for testing