Simple web scraper application.
Stack:
- Django (backend)
- React (frontend)
- PostgreSQL (database)
Other tools used:
- Clone the repository:
git clone https://github.com/atudorcarsin/webscraper.git
- Change directory:
cd webscraper
- Build the Docker services:
docker-compose --env-file .env.docker build
- Run the Docker container:
docker-compose --env-file .env.docker up -d
- Create superuser:
docker-compose --env-file .env.docker run backend python manage.py createsuperuser --noinput
That's it! The application should be running at http://localhost.
When accessing the application for the first time, you should be redirected to the login page.
The default username is admin and the password is admin.
In order to access the admin panel, you can navigate to http://localhost:8000/admin.
This project is open to any contributions. Feel free to open an issue or submit a pull request. Be sure to check out https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project for more information.