https://github.com/coder-abdo/golang-react-todos
a simple todos application using golang as a backend and react as a front end
https://github.com/coder-abdo/golang-react-todos
Last synced: 9 months ago
JSON representation
a simple todos application using golang as a backend and react as a front end
- Host: GitHub
- URL: https://github.com/coder-abdo/golang-react-todos
- Owner: coder-abdo
- Created: 2022-02-12T16:52:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T18:05:10.000Z (over 4 years ago)
- Last Synced: 2025-10-11T10:49:33.282Z (9 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todos Application
---
this application built by the power of golang as the backend and the great React as the front end and it is a full crud application.
## Author: Abdelmonaem Shahaht
## Techs:
- backend:
1. golang
2. mongoDB
- front-end
1. React
2. Typescript
3. axios
4. semantic-UI
## to run the application run these commands:
- for the server side:
`go run main.go`
- for the client side:
`yarn start` or `npm run start`
- Rate my Work on Github: [Github-Account](https://github.com/coder-abdo)
- follow me on LinkedIn for more Code :[LinkedIn](https://www.linkedin.com/in/abdelmonaem-shahat/)