GithubHelp home page GithubHelp logo

knaiskes / adsportal Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 78 KB

A free platform for hosting ads of any kind.

Python 70.44% HTML 14.60% CSS 8.82% Dockerfile 2.26% Shell 2.23% HCL 1.65%
django docker docker-compose github-actions python terraform

adsportal's Introduction

adsPortal

A free platform for hosting ads of any kind. The Web application is written in Django.

Video

Video

Dependencies

  • Python 3.10
  • Docker & Docker Compose (optional)

Development setup

Clone this repository

$ git clone [email protected]:knaiskes/adsPortal.git

Create a virtual enviroment and install project's dependencies

$ cd adsportal/
$ python -m venv venv
$ pip install -r requirements.txt

Migrate and create super user

$ python manage.py migrate
$ python manage.py createsuperuser

Visit localhost:8000/ads/

Setup for development with Docker

Fetch images and create containers

$ docker-compose up

Migrate and create super user

$ docker-compose exec web python manage.py migrate
$ docker-compose exec web python manage.py createsuperuser

Visit localhost:8000/ads/

Remove Docker containers, volumes and network

$ docker-compose down -v

Deploy infrastructure - Terraform

$ cd infrastructure/
$ terraform init
$ terraform apply
$ terraform show # get deployment information

adsportal's People

Contributors

knaiskes avatar

Watchers

 avatar

adsportal's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.