Eluented / uAbout

Your Social Events Planner!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lap-4-Project

uAbout

A mobile first event app that allows users to add each other as friends, create and share posts about meetups and events to go to.

Installation and Usage

Docker Backend

  • clone the repository
  • cd into uAbout
  • ./scripts/script.sh
  • cd code
  • pip install pipenv
  • pipenv shell
  • pipenv install
  • pipenv run dev
  • open browser on localhost:5000

No Docker Backend

  • pipenv shell
  • pipenv install
  • pipenv run dev
  • open browser on localhost:5000

React Frontend

  • cd into uAbout/uabout/client
  • npm build
  • npm install
  • npm start

Heroku-Deployed

Technologies Used:

  • Flask Backend

  • Python

  • SQLAlchemy

  • Pytest

  • React Frontend

  • Javascript

  • Bootstrap

  • Redux

  • Jest

Future Features

  • Profile page
  • Selecting specific friends to share posts with
  • Integrate social calendar feature so that users can view all their upcoming events in a single view
  • Notifications for friend requests and event invites

Contributors

About

Your Social Events Planner!


Languages

Language:JavaScript 49.6%Language:Python 32.6%Language:CSS 16.5%Language:HTML 1.2%Language:Shell 0.1%Language:Procfile 0.0%