Giter VIP home page Giter VIP logo

web-project's Introduction

Flask Issues - Project Under Development

GitHubPython versionFlask versionGithub Status GitHub last commitGitHub issuesCode Style Black

GitHub watchersGitHub starsGitHub forks

Academic Project for Web Programming discipline at Faculdade Nova Roma - FGV

How to run the project?

1. open terminal and direct it to the locations where the web-project is located.

2. Run the below command.

  • Clone this repository.
  • Create a pipenv with Python 3.7.5
  • Enable pipenv => (pipenv shell).
  • Install the dependencies.
  • Run!!!.
git clone https://github.com/MarceloKabbalah/web-project.git
cd web-project
pip3 install pipenv
pipenv shell
pip3 install -r requirements.txt
python run.py

3. To create new database for the user

  • Follow the first step
  • Type 'python' in terminal
from app import db
from app.models import User, Post
User.query.delete()
Post.query.delete()
db.session.commit()
exit()

4. To close the debug feature

  • Open run.py
  • Make 'debug=True' to 'debug=False' in app.run

Contributing

  1. Faça o fork do projeto (https://github.com/yourname/yourproject/fork)
  2. Crie uma branch para sua modificação (git checkout -b feature/fooBar)
  3. Faça o commit (git commit -am 'Add some fooBar')
  4. Push (git push origin feature/fooBar)
  5. Crie um novo Pull Request

web-project's People

Contributors

marcelokabbalah avatar

Watchers

 avatar  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.