https://github.com/notakamihe/blog-app-react-go-sql
Blog app using ReactJS as the frontend, Go as the backend, and MySQL as the database. This is also the first web application project where I have implemented Go and MySQL. Users can register, login, post an article, edit and delete articles, like other articles, and delete their accounts.
https://github.com/notakamihe/blog-app-react-go-sql
database full-stack golang mysql react
Last synced: 9 months ago
JSON representation
Blog app using ReactJS as the frontend, Go as the backend, and MySQL as the database. This is also the first web application project where I have implemented Go and MySQL. Users can register, login, post an article, edit and delete articles, like other articles, and delete their accounts.
- Host: GitHub
- URL: https://github.com/notakamihe/blog-app-react-go-sql
- Owner: notakamihe
- Created: 2021-02-06T15:45:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T06:49:42.000Z (about 3 years ago)
- Last Synced: 2025-05-06T14:39:55.699Z (about 1 year ago)
- Topics: database, full-stack, golang, mysql, react
- Language: JavaScript
- Homepage:
- Size: 508 KB
- Stars: 14
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog App with React, Go, and SQL
Blog app using ReactJS as the frontend, Go as the backend, and MySQL as the database. This is also the first web application project where I have implemented Go and MySQL. Users can register, login, post an article, edit and delete articles, like other articles, and delete their accounts.
To run the app, simply clone the repo and start the servers in App.js (npm start) and Go (go run main.go). Also make sure your SQL server is running.