An open API service indexing awesome lists of open source software.

https://github.com/jellydn/go-react-blog-app


https://github.com/jellydn/go-react-blog-app

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Welcome to go-react-blog-app 👋

![Version](https://img.shields.io/badge/version-0.0.1-blue.svg?cacheSeconds=2592000)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#)
[![Twitter: jellydn](https://img.shields.io/twitter/follow/jellydn.svg?style=social)](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)_