Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

duckydash139/electron-calculator-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-calculator-server

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

Technologies

  • Hapi
  • Hapi-swagger
  • Mongoose

API Documentation

available at localhost:3000/documentation

Build Setup

# 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

About

Calculator desktop app with backend server

Resources

Stars

Watchers

Forks

Packages

No packages published