Coder Social home page Coder Social logo

website's Introduction

Python Tri-Cities Website

This is the repository for the group website.

It will use the flask framework, because it's a great way to get started!

Getting Started

Take a look at the Flask documentation:

Fork this repo, add your changes, create a pull request

Requirements to make this work

python 3 installed on your system

or

Docker installed on your system

How do get the files?

Well you will need the files from this repository.

If you don't have a program called git installed then click this link to download s zip file:

https://github.com/PythonTriCities/website/archive/master.zip

Expand that file somewhere convienent

If you have git installed, but don't have a free github account then type :

git clone https://github.com/PythonTriCities/website.git

If you have git installed and a github account, with ssh keys then type:

git clone [email protected]:PythonTriCities/website.git

How do I make it run with python?

From the website directory:

python app/app.py

Then go to:

http://localhost:5000

and you will see the website

How do I run it without Python or from a Docker container

docker build --tag=website-latest .

then

docker run -d -p 5000:5000 website-latest

If you also have docker compose installed then you can build the image with:

docker-compose up -d

Then go to:

http://localhost:5000

and you will see the website

Running the tests

See the test directory

Versioning

Use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Help from the internets, stackoverflow, users group members, etc...

website's People

Contributors

techsolx avatar garrettclary avatar datadragyn avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar Ryan Cunningham avatar  avatar

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