Skip to content
gumityolcu edited this page Jan 6, 2019 · 2 revisions

Backend Setup

In order to get backend working, you have to install node. You can consult their website for instructions on how to do this for different operating systems.

After this, navigate to the backend folder in terminal and run npm install

Finally, run npm run start:prod to run the server on PORT 80 and npm run start:dev to run it on PORT 3000.

Frontend Setup

In order to get the frontend up on its feet, you first need to install angular. After this, you need to install ionic.

Clone this wiki locally