todo-next_v1.0.1
Summary
Initial Release
- Configure a local backend development environment, #1
- Use and configure mongodb and mongoose, #2
- Create the Todo CRUD API endpoints,
POST
,GET
,UPDATE
,DELETE
,LIST ALL
- Add the
content
field on the Todo Schema - Sync the Todo
id
and_id
naming conventions - Configure a local development environment for the client app, #5 - use nextjs, eslint standard and material-ui
- Integrate redux (redux-toolkit), #24
- Create a synchronous redux example (Counter page)
- Create an asynchronous redux example (Todo List page)
- Display the
GET /todos
UI, #11 - Deploy the client app to GitHub Pages, #17