NenadPantelic / cave-for-devs

Collection of the useful resources, tutorials and exercises for cs students and fresh graduates, but also for all the professionals who want to work on some challenges and find some stuff for maintaining brain and fingers active.
MIT License
0 stars 1 forks source link

web: create a TODO app with different stacks #10

Open NenadPantelic opened 3 years ago

NenadPantelic commented 3 years ago

Create a simple TODO app as the REST API with the CRUD functionalities by using different stacks:

API:

UI:

Databases:

Notes:

  1. Feel free to add other stack combinations
  2. Add GraphQL alternative. The first contributor should create two folders: rest-api and graphql to separate projects
  3. Add other functionalities (every project should have it's own README with the listed features) - auth, search....