GregPappDev / StepUp

0 stars 0 forks source link

.Net C# Electron.js React MicrosoftSQLServer

Web API with desktop app

Project Description

This is a real life project and the primary goal is to create an app for an occupational health business. The primary functions are:

Current Status

The development is still at a relatively early stage. Most work has been done on the backend but there are already fully functioning features as well. To try some of these you can do the following:

Installation and Usage Instructions

  1. clone the project
  2. use branch: 34-create-new-appointments-from-frontend
  3. to download all frontend dependencies cd into the ElectronApp folder and run 'npm i'
  4. run the backend which will populate the SQL database with some dummy data
  5. start the desktop app by running 'npm run dev'