https://github.com/zayniddindev/user-auth-graphql
https://github.com/zayniddindev/user-auth-graphql
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zayniddindev/user-auth-graphql
- Owner: zayniddindev
- Created: 2023-08-08T13:17:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T03:36:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T05:20:57.895Z (over 1 year ago)
- Language: TypeScript
- Size: 673 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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