SWE574-Nerds / friendly-eureka

2 stars 1 forks source link
swe574

Eureka

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.

Contribution

We gladly accept/welcome contributions in any form,

Please feel free to

  1. Create Issues
  2. Create a Pull-Request

Our contribution guidelines can be found here

How to run backend without docker

$ 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