Skip to content
/ ToDo-App Public

This is a Todo List application built with a React frontend and a Go backend, using MongoDB as the database. It allows users to create, read, update, and delete their todo items.

Notifications You must be signed in to change notification settings

tarvt/ToDo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo List App

This is a Todo List application built with a React frontend and a Go backend, using MongoDB as the database. It allows users to create, read, update, and delete their todo items.

Tech Stack

  • Frontend: React
  • Backend: Go
  • Database: MongoDB

Features

  • Create new todo items
  • View existing todo items
  • Update existing todo items
  • Delete todo items

Getting Started

Frontend Setup

  1. Navigate to the frontend directory:
    cd client
  2. Install the required dependencies:
    npm install
  3. Run the React application:
    npm start

Backend Setup

  1. Navigate to the backend directory::
    cd server
  2. Start the Go server::
    go run main.go

About

This is a Todo List application built with a React frontend and a Go backend, using MongoDB as the database. It allows users to create, read, update, and delete their todo items.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published