Skip to content

xsyed/todo-go-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo App in GoLang

Todo app built using GoLang, MongoDB and React.js

Technologies used

  1. React.js
  2. GoLang
  3. Mongodb

Installation required

  1. Node
  2. MongoDB
  3. Go

Steps for executing locally

In the client folder, install dependencies:

cd todo
npm install

Running the Application Locally

In one terminal (first terminal), start the front end:

cd todo
npm start

In a separate terminal (second terminal), start the back end:

cd todo-react
go run main.go

About

Todo app built using GoLang and React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published