Git Product home page Git Product logo

strongest_link's Introduction

Strongest Link

Table of Contents

Overview

A fitness-focused social networking app that will allow users to document and share their fitness journey with friends, track workouts, and share invitations to various types of fitness activities. Leaderboard support among friend groups and badges will be able to be earned to provide some motivation. This is a group project endeavor that builds a community of like minded individuals to come together and push each other towards their fitness goals.

Live Link

Strongest Link

Demo

Strongest Link Video Demo

Screen Grab

Strongest Link Screen Grab

Local Deploy Steps

  1. Clone the repository:
$ https://github.com/quebecplatoon/gp_gym_social_app.git
$ cd gp_gym_social_app

  1. Create virtual environment to install backend dependencies:
$ cd backend
$ python -m venv .venv

  1. Activate virtual environment:
$ source .venv/bin/activate

  1. Install dependencies:
$ (.venv) pip install -r requirements.txt

Note the (.venv) in front of the prompt. This indicates that this terminal session operates in a virtual environment.


  1. Create PostgreSQL database:
$ createdb strongestlinkdb

  1. Make migrations:
$ python manage.py makemigrations

  1. Run migrations:
$ python manage.py migrate

  1. Run the server:
$ (.venv) python manage.py runserver

  1. Run the frontend:
(.venv) $ cd ..
(.venv) $ cd frontend
(.venv) $ npm install 
(.venv) $ npm start

Technology

React was used for the frontend while Django was used for the backend. Material UI was used for styling, and Postgresql was used to manage the database. Additioannly, Google Maps API was used for the creation of pins on the live map.

Contributors

If you have any further questions about the code or the project or any other professional inquiries, feel free to contact the contributors below:

Shun Ganas
Ivan Trejo
Andrew Simpson
Dajin Chung
Timothy Longmore
Katarzyna Wegrzynowicz

strongest_link's People

Contributors

auraobscura avatar katarzyna-kw avatar sganas360 avatar trejoivan avatar dajinchung avatar ankur-cp avatar longmoretim avatar

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.