Skip to content

A todo application built with React and Redux for the UI, and a Golang backend that uses PostGreSQL as the database.

Notifications You must be signed in to change notification settings

nickkhall/todo-app

Repository files navigation

Todo Application


This is your basic todo application.

This is supposed to demonstrate my current React / Redux capabilities, and showcase my first GoLang api.


Running the application:

Navigate to project folder in a terminal and run:

yarn && yarn start

If you do not have yarn installed, please run:

npm install -g yarn

OR

run:

npm install && npm run start

About

A todo application built with React and Redux for the UI, and a Golang backend that uses PostGreSQL as the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages