Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please answer the following questions.
What is your name?
Jaideep Singh
How long did you work on this project?
I worked on this project for about 90 minutes
What is the most challenging part of the project?
This project has been a great experience and trying to troubleshoot Sequelize sync issues has been a hurdle. Learning and fixing the database connections and also handling the edge cases was a bit challenging.
What did you learn from this project?
I learned a lot about working with Node.js and Express, particularly in building RESTful APIs. I also gained hands-on experience with Sequelize ORM for interacting with the SQLite database. Additionally, I became more comfortable with error handling and ensuring data integrity across various database operations.
What would you like to add or improve in this project?
A more realistic model would not allow public access. If I were to suggest one thing, I would consider user authentication and making the frontend of the project more welcoming and user friendly.
What is your feedback on this project?
I think the project was well-designed for learning basic CRUD operations using Express and Sequelize. The API functionality is solid, but I feel the project could benefit from additional features like user authentication.
What is your suggestion for this project?
N/A
Could you mark which of the following requirements you have completed?
Create a Todo App todo the following requirements:
Once competed, you can submit a pull request to the original repository.
Ensure: