https://github.com/fajrulaulia/notednodmows
notednodmows(Noded NodeJS MongoDB WebServices )NodeJs, MongoDB, and Docker Example
https://github.com/fajrulaulia/notednodmows
backend mongodb nodejs
Last synced: about 2 months ago
JSON representation
notednodmows(Noded NodeJS MongoDB WebServices )NodeJs, MongoDB, and Docker Example
- Host: GitHub
- URL: https://github.com/fajrulaulia/notednodmows
- Owner: fajrulaulia
- Created: 2020-05-20T17:27:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T08:12:53.000Z (about 4 years ago)
- Last Synced: 2025-08-20T23:41:23.702Z (11 months ago)
- Topics: backend, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notednodmows
notednodmows is a backend module wrriten by Javascript, easy and integrated with contaner as service.
## System requirements
- `bash`
- `make`
- `docker`
- `docker-compose`
- `git`
- `nodejs` (running on development)
## Installation
```bash
git https://github.com/fajrulaulia/notednodmows.git
cd notednodmows-js
make build-db
yarn
```
## Usage
- `make app_start` : build and Run backend and service
- `make app_stop` : stop backend and service
- `make build-db` : build mongodb for development
- `yarn start` : run backend locally for development
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## Author
Fajrul Aulia
[Linkedin](https://www.linkedin.com/in/fajrulaulia/)
## License
[MIT](https://choosealicense.com/licenses/mit/)