These steps will walk you through getting the mobile app & backend marketplace servers running.

<aside> 💡 I'll convert this stuff to docker when I order a CPU that supports it...

</aside>

Install Postgres

Using whatever install / setup you prefer. Postgres 12 ideally.

Setup Marketplace

$ git clone [email protected]:RentEasy/marketplace.git
$ cd marketplace
$ go build cmd/api
./api

Install Flutter

Install

Setup neo App

$ git clone [email protected]:RentEasy/neo.git
$ cd neo
# Ensure some devices are running with flutter devices
$ flutter run
# Once it's running, you can type `r` into the shell for hot reload

Congrats! If everything worked correctly you can now add properties to get your property list to generate.