https://task-manager-seyf.onrender.com/ (hosted on render) {Do wait for 30-40 seconds as its a free tier setup and therefore it restarts the server after every inactive session}
• Users can create, delete, and update tasks.
• Basic frontend app created to utilize the RESTful API using vanilla JavaScript.
• Custom error handles and mongoose schema validations are set up to improve code quality and overall robustness.
In order to run the project, setup .env and set MONGO_URI variable equal to DB connection string.
In order to avoid port collisions, in the source code port value is 5000