coreui-node
is a tiny application serves as the start point of Micro-service developed in NodeJS.
Just clone it to where your project starts with. Change the project name and other parameters and then use it as the start point of your application.
- Serves data services via REST API
- Persist data in mongodb
- Form authentication
- Redis based session management
- Express application
- Full featured CI support
- NodeJS 10+
- Yarn
- Visual Studio Code
- Docker (optional for running mongodb locally)
- Compose (optional for running mongodb locally)
First, start backing services (e.g. mongo and redis). Refer ./mock/README.md
$ yarn install
$ yarn start
Then open browser and visit http://localhost:3000
$ yarn test