Giter Site home page Giter Site logo

crudwebapp's Introduction

CRUD Web App

This Web app is built using Python Flask, HTML+CSS, jQuery and mySQL database, the instructions below will serves as a guide to run the server.

  • Download the source code.
  • Activate the virtual environment, open cmd then go to flaskapp directory and use this command "venv\Scripts\activate.bat"
  • Run the server "python app.py"
  • Try the web app, Enjoy!

Dependecies

  • Python virtual env
Virtualenv is used to manage Python packages for different projects. Using virtualenv allows you to avoid installing Python packages globally which could break system tools or other projects. You can install virtualenv using pip.
  • Python Flask (with extensions)
Flask is a web development micro-framework in Python.
  • Python Flask-MySQLdb
Flask-MySQLdb provides MySQL connection for Flask.
  • Python pyyaml
yaml is a human-readable data-serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted in short in it use in the confiuration of the database connection.

Important Features of this Web App

  • Login experience for admin or the person who can manage the student data. signin register

Note: In order to login you need to create an admin account.


  • Create Read Update Delete student data.
    addstudentdata updatestudentdata deletestudentdata

NOTE: In able to read all the data from the database you can just reload or press the "Home" in the navbar.

  • Navbar at Home Page navbar

NOTE: I didn't use base or main layout because each page has different style.


crudwebapp's People

Contributors

mersanko avatar

Watchers

 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.