A web project made for partial fulfillment of requirements of course IN2087: Software Enginnering for Business Applications.
- Node.js
-
Install the dependencies
cd ArztSpot/backend
npm install
cd ../frontend
npm install
-
Paste the .env file in backend/config/
-
Run the backend
Open a terminal inside Arztspot/backend/ directory, and run
npm run dev
-
Run the frontend
Open a terminal inside Arztspot/frontend/ directory, and run
npm start
A browser window should open with homepage of front-end.