module
Version:
v0.0.0-...-28263db
Opens a new window with list of versions in this module.
Published: Dec 12, 2024
License: MIT
Opens a new window with license information.
README
¶
todo-app
A todo app written in Golang, MongoDB, and React.
.
├── LICENSE
├── README.md
├── client
│ ├── README.md
│ ├── node_modules
│ ├── package-lock.json
│ ├── package.json
│ ├── public
│ │ ├── favicon.ico
│ │ ├── index.html
│ │ ├── logo192.png
│ │ ├── logo512.png
│ │ ├── manifest.json
│ │ └── robots.txt
│ └── src
│ ├── App.css
│ ├── App.js
│ ├── App.test.js
│ ├── To-Do-List.js
│ ├── index.css
│ ├── index.js
│ ├── logo.svg
│ ├── reportWebVitals.js
│ └── setupTests.js
├── go.mod
├── go.sum
├── server
│ ├── main.go
│ ├── middleware
│ │ └── middleware.go
│ ├── models
│ │ └── models.go
│ └── router
│ └── router.go
└── tree.txt
setup envs
how it works
- server: Golang
- client: React, semantic-ui-react
- database: Cloud MongoDB
deploy
- Open the terminal and start the server from the server directory.
go run main.go
- Open the terminal and start the react application from the client directory.
npm start
- Go to
http://localhost:3000
![Screenshot_1](https://user-images.githubusercontent.com/57584831/149104103-cdb22dbb-3682-4a4f-8380-2e2db001e08f.png)
reference
Directories
¶
Click to show internal directories.
Click to hide internal directories.