Skip to content

temptgithub/my2dolistApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my2dolistApp

This App will allow you to make a "todo" list.
(The features of this App enables you to create and manage a todo list that will be stored in a database cluster in the cloud)
This project was done using - Node.js, Javascript, Express , jQuery, Html, CSS, Mongoose, mongoDB cluster in the cloud

The App allows the user to do basic CRUD operations: Create, Read, Update, Delete within a database cluster
and demonstrates basic database functionality for data creation, update, and maintenance over a distributed/"cloud" platform.
To run: you need to install node (you can download or use its CDN), install express.js, &
also install mongoose to utillize the mongoDB (in this case: MongoDB Atlas for cloud applications).
Keep file structure the same so the server (app.js) environment is separate from the
"client" (index.html & editnote.html) within the client folder for easier maintenance and upkeep.

About

MERN Full Stack Client Server App for a "todo list" that stores the information in a database cluster in the cloud - Node.js, Javascript, Express , jQuery, Html, CSS, Mongoose, mongoDB cluster in cloud. This Project demonstrates basic CRUD operations: Create, Read, Update, Delete within a database cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors