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

https://github.com/anucha-tk/express-react-graphql


https://github.com/anucha-tk/express-react-graphql

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# EXPRESS-REACT-GRAPHQL

## Tech-stacks

- express
- react(vite)
- graphql(back-end)
- apollo(front-end)
- mongoose(database)
- docker
- basic CRUD

## Start

### run docker

```bash
make start-mongo
```

### run back-end and front-end

```bash
yarn dev
```