NIAEFEUP / feup-exchange-backend

MIT License
3 stars 0 forks source link

feup-exchange-backend

Requirements

You should have:

How to run the server

The command docker-compose up in the same level as the yaml file should do it. If you made changes to the dockerfiles or this is the first time running, you need to build. This can be achieved with docker-compose build or docker-compose up --build. After docker-compose up, voilá, you can start hitting the server with requests. You can check the server address and port in terminal where you started the server.

Insight on the structure

The source code is in the feup_exchange_backend folder. As a regular developer who will not fiddle around with DevOps, you only need to know the following: