ughurguliyev / urlstatuschecker

URL Status Checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Status Checker Backend

Set up development environment

  • Activate _development/docker-compose.yml file when you want to work on your local machine:
$ docker-compose up -d --build 
 
  • Create new venv and install all the requirements from the requirements.txt file:
$ python3 -m venv venv 
$ source venv/bin/activate 
$ pip3 install -r requirements.txt
  • Enter app folder and apply migrations:
$ python3 manage.py makemigrations 
$ python3 manage.py migrate 
  • Finally start up the server:
$ python3 manage.py runserver 

Project Structure

  • Project have one main mini-app(django app) - core

About

URL Status Checker


Languages

Language:Python 73.9%Language:JavaScript 13.3%Language:HTML 10.2%Language:Shell 2.6%