https://github.com/atzomx/exchange-server
https://github.com/atzomx/exchange-server
apollo-server apollo-server-express graphql jest mongodb type-graphql typegoose
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/atzomx/exchange-server
- Owner: atzomx
- Created: 2022-05-27T04:07:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T03:42:07.000Z (about 3 years ago)
- Last Synced: 2025-02-26T15:19:48.968Z (7 months ago)
- Topics: apollo-server, apollo-server-express, graphql, jest, mongodb, type-graphql, typegoose
- Language: TypeScript
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
For run locally we need a database
```
docker-compose up -d
```* `-d` means __detached__
## Mongo DB URL Local
```
mongodb://localhost:27017/exchangedb
```## Getting Started
First, run the development server:
```bash
yarn install
yarn dev:start
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.