Skip to content

How to set up the development environment

alejandravv edited this page Sep 10, 2019 · 22 revisions

Steps to prepare your system to start developing

1. Install necessary software:

  • Java integrated development environment (IDE), e.g. IntelliJ IDEA
  • Git, a distributed version-control system for tracking changes in source code during software development.
  • PostgreSQL, an open source object-relational database system. The information that you are going to need to configure the connection to the database is: URL and PORT where PostgreSQL is accessible, username, and password

2. Clone a repository

Clone this wiki locally