This is the source code of a sightseeing app written in Ionic 2, AngularJS and NodeJS.
The GitHub repository has 3 actively used branches. The master branch has the latest stable version, the fix branch contains the latest versions, which may be unstable. The marci07iq branch, and other branches for user names are just temporary storage for the user.
How to test the Ionic 2 app:
- First of all, you should have
npm
installed. - Clone the repository to a directory in your local environment
- Run the
npm install
command to install all required dependencies - Change the server location in
src/providers/ServerIpProvider.ts:16
, and the database location inserver/app.js:37
- Run the server by opening a command-line interface in the
server
folder and launch the server with the database login parametersnode app.js <username> <password> <port>
- Run the Ionic app by typing
ionic serve
in your local directory
Techtábor project of Balázs Németh and Marcell Szakály, 2016-2017