Giter VIP home page Giter VIP logo

portal-app's Introduction

PortalApp


Motivation โ€ข Installation

-------

Motivation

This App was developed with the aim of improve my skills in Data Engineering, Front-End, Back-End using: Python v3.7.3 (libs: Requests, Pymongo, Google, Tweepy, Multiprocessing, Web Scraping on Twitter and Google) Django v2.2 MongoDB v4.0 Google Charts API (Graphs) Bootstrap 3.4 Javascript

The intention is to apply improvements while I learning new ways to program in Python and another stacks.

Installation

To execute this project, all you need to setup it properly is:

Using "Docker" and "docker-compose"

# REQUIREMENTS:
# docker and docker-compose installed
# clone the repository (portalapp)


# Inside of 'portalapp' directory there are Dockerfile and docker-compose.yml to setup the application
docker-compose up

# Access URL in your Browser
www.localhost:8000/home

Using "Virtualenv"

# REQUIREMENTS:
# have installed and running the MongoDB (v4.0 prefered) and Python (v3.7 prefered) on your LocalHost
# clone the repository (portalapp)


# Install Virtualenv
pip install virtualenv

# Inside of portalapp directory - Create the Virtual Enviroment
virtualenv -p 'python3' venv

# Inside of portalapp directory - Connect in the Virtual Environment
source venv/bin/activate

# Another requirements will be installed
pip install -r requirements

# Execute the commands to start
python manage.py migrate
python manage.py runserver

# Access URL in your Browser
www.localhost:8000/home

portal-app's People

Contributors

mralmeidars avatar

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.