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

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

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/)