Skip to content

Conversation

@agailevictor
Copy link

Follow the instruction in the Reference.txt to run the application.

I have used Ionic for the front-end and back-end API's are written in Node.js

Before proceeding, make sure the latest version of Node.js and npm are installed

Front end

Install the Ionic CLI
$ npm install -g ionic

Install the dependencies
$ npm install

Run the App
$ cd {'App Name'}
$ ionic serve

Credentials
email : [email protected]
password : cityslicka

Backend

Restore the Database

Path to backup file ./backend/mysql/user_management.sql

Backend API

Modify the database credentials based your settings in the config file

Path to the config file
$cd {'App Name'}/backend/config/config.json

Install the dependencies
$ npm install

Run Server
$nodemon server or npm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant