Skip to content

JimmyJuarez10/shpe-uci-portal

 
 

Repository files navigation

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

About

Dynamic web platform for SHPE at UCI members

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.1%
  • CSS 5.8%
  • HTML 3.1%
  • Python 1.9%
  • Shell 0.1%