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

https://github.com/zayniddindev/user-auth-graphql


https://github.com/zayniddindev/user-auth-graphql

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

          

# User auth API with Express + Typescript + Apollo Server + MongoDB

## How to run

Run MongoDB database:

```sh
$ docker compose up -d
```

Install dependencies, build and run the project:

```sh
$ yarn & yarn build & yarn start:prod
```

Then open http://localhost:4000 in browser

## Screenshots