IanMihuro / address-book-api

Node API for the address-book project.
0 stars 0 forks source link

Setup application. #1

Open IanMihuro opened 4 years ago

IanMihuro commented 4 years ago
Harrisonkamau commented 4 years ago

@IanMihuro Good work on the backlog items.

However, I feel like we've split them so much. For instance, create a node application & create a database, complete API endpoints could be merged into something like: 1. Setup application

2. Database design

3. User Authentication & Authorisation 4. Initial App setup in AWS

And so on...

Also, avoid generic tasks such as: create reading endpoints. Prefer something like: CRUD operations on an Address.

Harrisonkamau commented 4 years ago

Looks good to me @IanMihuro