Skip to content

todo-next_v1.0.1

Compare
Choose a tag to compare
@weaponsforge weaponsforge released this 24 Aug 15:51
· 86 commits to master since this release
9c23e9c

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