Multisite IT Job searcher GeekJobs.pl
Requirements:
- docker installed
- Duplicate the example.env and remove the 'example' prefix
docker-compose up
Requirements:
yarn
- install dependenciesdocker-compose up
- start database container- Duplicate the example.env and remove the 'example' prefix
- Adjust
MONGO_URL
value tomongodb://localhost/jobs
yarn dev
- start frontend dev and api servers
Then web app should be available under http://localhost:3000/
docker-compose exec backend yarn download
OR
yarn download