Skip to content

AppMe is a Flask application that enables users to sign up and login to their user accounts.It enables users to create pitches, to view pitches created by other users and to leave comments on those pitches while logged in to their user accounts.

License

Notifications You must be signed in to change notification settings

NyawiraWachira/AppMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppMe

By

Nyawira Wachira

Description

AppMe is an application created through flask framework that enables registered users to login to their user accounts, and new users to create accounts through sign in. The application enables users to create posts, to view posts created by other people and to like posts displayed. The application also enables users to write comments on people's posts and to view comments written by other people. AppMe also utilises flask mail to send email notifications to new sign in users and sqalchemy to store user infromation in a database. The application also provides various categories of pitches.

Preview

Screenshot from 2022-05-12 02-32-10

Installation Requirements

  • python version 3
  • pip
  • flask
  • sqlalchemy
  • The virtual environment

Setup

To set up this application:

  • Fork this repository to your github account.
  • Open the terminal on your pc and navigate to the specific folder location that you want this directory to be stored.
  • Clone the forked repository in your account to the specific folder chosen, through the git clone command.
  • Navigate to the specific location you cloned the project into.
  • Open the AppMe project folder using vs code using command code . or atom . depending on the IDE you're using.
  • Activate the virtual environment.

Running the Application

  • To run the application, open the cloned file in terminal and run the following command:

      $ python3 wsgi.py
    

Technologies Used

Technologies used in the development of this project include:

  • Python3.8
  • Flask
  • Bootstrap
  • HTML
  • CSS
  • Sqlalchemy

Known Bugs

There are currently no known bugs.

Support and contact details

If the application malfunctions or develops a problem, feel free to contact me through email at abigailwachira@gmail.com

License

This project is under the: MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copyright (c) 2022 Nyawira Wachira

About

AppMe is a Flask application that enables users to sign up and login to their user accounts.It enables users to create pitches, to view pitches created by other users and to leave comments on those pitches while logged in to their user accounts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published