Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flower-of-the-bridges/linedup
Project for the Human Computer Interaction course from the Engineering in Computer Science master degree at Sapienza
https://github.com/flower-of-the-bridges/linedup
expressjs human-centered-design human-computer-interaction ionic leafletjs nodejs
Last synced: 11 days ago
JSON representation
Project for the Human Computer Interaction course from the Engineering in Computer Science master degree at Sapienza
- Host: GitHub
- URL: https://github.com/flower-of-the-bridges/linedup
- Owner: flower-of-the-bridges
- Created: 2020-06-22T16:23:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T17:02:25.000Z (about 2 years ago)
- Last Synced: 2024-11-12T06:32:37.972Z (2 months ago)
- Topics: expressjs, human-centered-design, human-computer-interaction, ionic, leafletjs, nodejs
- Language: TypeScript
- Homepage:
- Size: 6.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinedUp
Project for the Human Computer Interaction Course, attended in the A.A. 2019/2020 at the Master Degree in Engineering in Computer Science at La Sapienza.
## Instructions
### Prerequisites
* Node.js installed
* Ionic Framework installed. To install Ionic, run the following command
```
npm install -g @ionic/cli
```
### Installation
To make *LinedUp* work:* run `npm install` from both *back_end* and *mobile_app*
* run `npm start` on *back_end*
* run `ionic serve` on *mobile_app*