This is a mobile application in which Node.js and Sails.js have been used to create REST API endpoints. The database used at the backend is MongoDB.
The front end has been implemented using IoniC Framework 2 with Angular2.
So, if you want to test this project, you should have:
- Node.Js and you can get it here ===> https://nodejs.org/en/download/
Installation instructions:
-
Clone the project or download the zip file.
-
Go to the myIonicApp project and run the following instruction:
-
npm install -g
-
npm run build --verbose
-
ionic serve
- You can also test it on Android Emulator with ionic run android