Eureka is a collaborative project done for Bogazici University SWE 574 course.
Our Wiki page has a lot more in detail
Please see our Wiki and for details and Issues for ongoing discussions.
We gladly accept/welcome contributions in any form,
Please feel free to
- Create Issues
- Create a Pull-Request
Our contribution guidelines can be found here
$ git clone https://github.com/SWE574-Nerds/friendly-eureka.git
$ cd friendly-eureka/backend/eureka
$ pip3 install -r requirements.txt
$ python3 manage.py runserver
Now you can go to 127.0.0.1:8000
## How to run with docker
$ git clone https://github.com/SWE574-Nerds/friendly-eureka.git
$ cd friendly-eureka
$ docker-compose up -d
Now you can go to 127.0.0.1:8000