The purpose of this project is to learn Electron + React by building the Calculator’s desktop app to communicate with REST api server.
You can check the client app repo at electron-calculator-client
- Hapi
- Hapi-swagger
- Mongoose
available at localhost:3000/documentation
# install dependencies
$ yarn install
# set up DATABASE_URI in .env files
Example: DATABASE_URI=mongodb://localhost:27017
# run development mode
$ yarn dev
# build for production and launch server
$ yarn build && yarn start