Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 594 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 594 Bytes

User CRUD API

Simple CRUD API with Express JS and Mongodb

Run migrations


npm run migrate

Run server


npm run start

Default User


  • Admin

    • username: admin
    • password: admin123
  • User

    • username: user
    • password: user123

Example server


API Endpoint Root

 http://user-crud-api.mustosoft.my.id:3000/api

Postman Collection


Download postman collection here

Architecture Diagram


alt architecture