Skip to content

A todo application created with React-Golang and PostgreSQL.

Notifications You must be signed in to change notification settings

mkravos/go-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-todo

A todo application created with React-Golang and PostgreSQL.

Running the app

Requirements: Go, PostgreSQL, npm, make

First, edit the environment variables in server/.env to suit your configuration.

In the root directory, run the following command to start the backend:

make run

In the client directory, run the following command to install dependencies and start the frontend:

npm install && npm start

Running the app in Docker

Ensure you have Docker installed.

In the root directory, run the following command to build the Docker container images:

docker-compose up

The container should be accessible at http://localhost:3000

About

A todo application created with React-Golang and PostgreSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published