Skip to content

NormB123/FlaskApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Flask application for use in web server.

This project was accomplished using Python code in the Flask framework. It uses an Apache2 web server running on a Ubuntu/Linux OS instance on a DigitalOcean virtual server. It incorporates a sqlite database to house and interact with the application's data, leveraging SQLAlchemy object management for Python. OAuth security is employed to access Google and Facebook API's to login securely when necessary.

For grader access: login: ssh grader@138.197.222.73 -i ~/.ssh/xxxxxxx

graderKey.pub: ... see text file

password: xxxxxxx

Required documentation per project Ruberic:

IP address: 138.197.222.73 URL: http://138.197.222.73/ summary of software installed: Python, SQLAlchemy, SQLite, Flask, Ubuntu, Apache2 summary of configurations made:
Port assignments: changed ssh port from standard to 2200, disabled unused ports Permissions: Enabled database access for .db files and containing directories (/foundations) Users: Added 'grader' user list of third-party resources used to completed this project:
Udacity Forum Udacity Mentor staff Stack Overflow articles Apache documentation DigitalOcean documentation Ubuntu documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published