Skip to content

atudorcarsin/webscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webscraper

Overview

Simple web scraper application.

Stack:

Other tools used:

Installation

Requirements: Git, Docker

  1. Clone the repository:
git clone https://github.com/atudorcarsin/webscraper.git
  1. Change directory:
cd webscraper
  1. Build the Docker services:
docker-compose --env-file .env.docker build
  1. Run the Docker container:
docker-compose --env-file .env.docker up -d
  1. 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.

Usage

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.

Contributing

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.

About

Simple web scraper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors