https://github.com/dunghenry/koa.js_mongodb
https://github.com/dunghenry/koa.js_mongodb
authentication docker koajs mongodb
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dunghenry/koa.js_mongodb
- Owner: dunghenry
- Created: 2022-11-29T10:09:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T10:23:14.000Z (over 3 years ago)
- Last Synced: 2025-02-01T17:44:31.137Z (over 1 year ago)
- Topics: authentication, docker, koajs, mongodb
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Koajs + MongoDB + Docker
### Run server
```js
npm start
```
### Run docker
```js
docker-compose up
```
### Format code
```js
npm run format
```