https://github.com/jellydn/go-react-blog-app
https://github.com/jellydn/go-react-blog-app
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jellydn/go-react-blog-app
- Owner: jellydn
- Created: 2021-06-25T14:48:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T21:28:01.000Z (6 months ago)
- Last Synced: 2025-04-11T22:32:36.352Z (6 months ago)
- Language: TypeScript
- Size: 1.78 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to go-react-blog-app 👋

[](#)
[](https://twitter.com/jellydn)> Another blog app
## Install
```sh
yarn install
```## Usage
```sh
# Run web app
yarn web
# Run api
yarn api
# Run go generate
cd packages/orm && go generate ./...
```## Swagger UI
Run `yarn api` then open http://localhost:1323/swagger/index.html
## Built with
- [Echo](https://echo.labstack.com/cookbook/crud/)
- [Prisma](https://github.com/prisma/prisma-client-go/blob/master/docs/quickstart.md)
- [New-web-app](https://github.com/jellydn/new-web-app) (ViteJs, ReactJs + Typescript + TailWind + Redux Toolkit)## Author
👤 **Dung Huynh**
- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)## Show your support
Give a ⭐️ if this project helped you!
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_