Overview of My Submission
Todo app to add, check and delete todo tasks.
Submission Category:
Choose Your Own Adventure
Link to Code
todo-app-mongodb
Getting started:
-create MongoDB Atlas account
-donwload code
-install all the dependencies:
npm install
-Add your Atlas connection string to the MONGO_DB_URI
in the .env file
-run the development server
npm run dev
Additional Resources / Info
technology used in this project:
MongoDB Atlas to store todo tasks
Next.js for backend server and routing
TailwindCSS
Top comments (0)