Giter Club home page Giter Club logo

webapp's Introduction

Computer Society UnB WebApp

WebApp for IEEE Computer Society Student Branch UnB (University of Brasília).

Schedule

Date Description
01/08/2017 Init
16/10/2017 Init of Back-end
16/10/2017 Deploy of the WebApp
30/11/2017 Demo with Ulisses

Configuration

Start VE

$ python3 -m venv venv
$ source venv/bin/activate

Installing the requirements

pip install -r requirements.txt

Database

We're using Postgres. Therefore, install Postgres. After installation, the port selected for the project is 5432.

Create and update on Django

$ python manage.py makemigrations
$ python manage.py migrate

Server

We're using Heroku > https://ieeecsunb.herokuapp.com.

$ heroku login
$ git push heroku master
$ heroku ps:scale web=1 # one dyno
$ heroku open
$ heroku run python manage.py migrate

Run

After running the command below the server will be up on the address http://127.0.0.1:8000/.

$ python manage.py runserver

Team

webapp's People

Contributors

alexandrebarbaruiva avatar dayof avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tapumar

webapp'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.