Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 757 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 757 Bytes

CCU

CCU Project

Backend

How to run?

  1. Make sure you have Node.JS installed (preferably the latest version, including npm - node package manager);
  2. Change to the backend directory of the project and run npm install, in order to install the project dependencies;
  3. Run the following command: npm run dev. This will start the project. It has hotload enabled, which allows to automatically refresh the server, whenever you edit the code.

Frontend

How to run?

  1. Make sure you have Flutter, Dart and Android Studio installed;
  2. Make sure you have a device to run the application on (preferably an emulator created on Android Studio);
  3. Launch the device and once it is up and running, start the application on Android Studio.