Dev Members : Avery Clariday, Tuyet Pham, Peyton Pritchard, Pedro Sanchez, Joe Maggio
Created on : November 2019
For some, the process of applying for Scholarships is on the level of intimidating to extremely intimidating.
Apart from applying for Scholarships, the process of finding the scholarships to apply to can be just as difficult.
With public scholarships being in abundant, ScholarScrape was made to make to public scholarships more available using our webscraping program.
- ReactJs
- Docker
- Clone repository
- Install Docker on your machine
- Build docker instances:
docker-compose build
- Run Docker:
- Start and run full system:
docker-compose up
- Run one service:
docker-compose up --rm <service Name>
- Start bash in one service:
docker-compose run --rm <service Name> /bin/sh
- Start and run full system: