Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 855 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 855 Bytes

INVisum_front

Welcome to the in visum frontend code homepage.

In Visum is a data sharing platform that focuses not only in the data, but also on the community around it.

This repository is only for the frontend. If you want the API repository, access: https://github.com/LionsWrath/invisum-api

We are getting started, so developers and users willing to test our platform are welcome.

If you want to contact us, send an email to [email protected] .

Getting started

To run our app, run the following commands (one modified dependency is needed):

$ git clone https://github.com/jcert/INVisum_front

$ cd ..

$ git clone https://github.com/jcert/ionic2-rating.git

$ cd ionic2-rating

$ npm install

$ cd ../INVisum_front

$ ionic serve

In order to get a fully working platform, the API needs to be running as well.