A todo application created with React-Golang and PostgreSQL.
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
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