Skip to content

Vacansee API - Universal database of vacancies in Azerbaijan

License

Notifications You must be signed in to change notification settings

mesolaries/vacansee-api

Repository files navigation

Vacansee API

Vacansee API scrapes vacancies from different job listing websites of Azerbaijan and creates universal database with API access.

Supported websites:

Deploying

Clone the repository, then install dependencies via composer:

$ composer install

Install javascript dependencies:

$ yarn install

Create .env.local file or modify .env file. Set DATABASE_URL, MAILER_URL and MAILER_DSN environment variables.

Create database and run migrations:

$ php bin/console doctrine:database:create
$ php bin/console doctrine:migrations:migrate

Sync categories with database (you have to do this every time you add new category):

$ php bin/console app:sync:categories

Done!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Vacansee API - Universal database of vacancies in Azerbaijan

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published