Giter Club home page Giter Club logo

shpe-uci-portal's Introduction

SHPE at UCI Member Portal

We will be using Flasks project tutorial found here.

Install & Run

1) Install

ALL SYSTEMS

Download the .env file from slack and place it in the root directory of this cloned repo. Here is the link

IMPORTANT: When you download the file, rename it to .env. For some reason, when you download the file it will get rid of the period.

Then execute the commands below depending on your system.

Windows
$ ./install-windows
Linux & Mac
$ ./install-linux

2) Run Web App

On the root directory, run the following commands

Windows
$ ./runapp-windows
Linux & Mac
$ ./runapp

Contributing

We use a feature branch workflow.

Step 1: Create a new branch

git checkout -b <feature_milestone#>
Examples: git checkout -b Login_Feature_1.1

Step 2: Update, add, commit, and push changes

git status
git add <some-file> or git add .
git commit

Step 3: Push feature branch to remote

git push -u origin new-feature
Step 4: Create a pull request

Development

Create a pull request(PR) on the master branch. Once the PR is approved, the owner of the PR merges the pull request into master branch. In the future we will have continuous deployments.

Tutorial

Made by Guillermo Hernandez - SHPE Technical Program Manager Link

Resources

http://flask.palletsprojects.com/en/1.1.x/tutorial/ https://flask-sqlalchemy.palletsprojects.com/en/2.x/quickstart/#a-minimal-application

License

MIT

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.