-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Ahsan Javaid edited this page Mar 5, 2021
·
1 revision
Getting started:
- Step: 1 Get access to RDS and AWS account from contact person
- Step: 2 ....
- Step: 3 ....
- See important links section for further access
Contact Person:
- Name: ...
- Email: ...
Links:
- Postman: https://www.getpostman.com/collections/xyz
- Live Url:
- Admin Panel:
Write down the detailed description of one complex feature here with mapping with codebase and function calls
- Send todo create request from postman
- This will call the route at src/routes/createTodo
- The controller is defined at src/controllers/createTodo
- Create todo will insert the data in db after validation
- See todo model at src/models/Todo
So this is all about the todo feature in the app name here