devGeorgeOwi /
altschool-todo-app
A simple task management app with create, read, update, and delete functionality, built as an assignment for AltSchool Africa.
47/100 healthLoading repository data…
NerdyVisky / repository
A simple todo CRUD webapp and micro API service, made using Node.js, MongoDB, and Express web framework. The purpose of the project is to learn the basics of backend development by building CRUD apps and REST APIs
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple todo CRUD webapp and micro API service, made using Node.js, MongoDB, and Express web framework. The purpose of the project is to learn the basics of backend development by building CRUD apps and REST APIs
If you're not comfortable with command line, here are tutorials using GUI tools. If you don't have git on your machine, install it.
1. Star and Fork this repository.
2. Clone your forked copy of the project.
git clone https://github.com/<your_name>/simpleTodo.git
3. Navigate to the project directory :file_folder: .
cd simpleTodo
4. Add a reference(remote) to the original repository.
git remote add upstream https://github.com/NerdyVisky/simpleTodo
5. Check the remotes for this repository.
git remote -v
6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).
git pull upstream main
7. Open index.js in the root folder (on line 31 replace the default string to your mongoose URI)
.connect("YOUR_MONGODB_URI", {
8. Open the terminal in the root folder and run the command
npm install
9. In the same terminal, next run the command
npm run start
9. Go to http://localhost:5000 in your web browser and you are ready to use the webapp!
http://localhost:5000/api/todos
Selected from shared topics, language and repository description—not editorial ratings.
devGeorgeOwi /
A simple task management app with create, read, update, and delete functionality, built as an assignment for AltSchool Africa.
47/100 healthSadiaKhalil125 /
It is a simple CRUD application built using tech like MongoDB for database system, Express Js for routing and api dealing, Node js to run javascript on server site, React Js for the frontend of the app.
34/100 health