Note: This project requires NodeJS and yarn to be installed on your machine.
To run server, in a command line on the root folder, run "yarn start".
To run client, in a command line on the portal folder, run "yarn serve" . The project would be loaded into localhose:8080 by default.
- Node.js
- Express
- Vue 2
- Vuetify: For styling
- Axios: To make http calls to server