Skip to content

SuffleF/Go-React-TODO-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO App with React and Go

I made a todo app. You can create, update and delete todos on the app.

Setup .env file

MONGO_URI= <your_mongo_uri>
PORT= 5000
ENV= development

Build the app

npm run build

Backend Compile and start

go run main.go

App Images

screenshot1 screenshot2