A fullstack application for a health care organization.
- Frontend: React.js
- Backend: ASP.NET Core
- Tests: xUnit
- Clone the repo:
git clone https://github.com/sandesa/HealthCareAB.git
- Configurate startup projects:
- Open solution in Visual Studio
- Right click the solution and go to
Configure Startup Projects... - Select
Multiple startup projects: - Change
ActionfromNonetoStartfor each project exceptXUnitandFrontendApp - Run the new startup profile
- Run the frontend project:
FrontendAppis a React app which means you need to haveNode.jsinstalled- Open powershell and type
node -v&npm -vto check that everything is installed - If not, go to the website
nodejs.orgto download node - When node is installed open powershell and navigate to the
FrontendAppdirectory - Type
npm run devto run the app and go tolocalhost:3000
- Login with these credentials to test the features:
- Email: test1.testsson@gmail.com
- Password: 123