Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.94 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.94 KB

Welcome to GoFit!

  • A React based fitness social network application, where users can connect with nearby gym buddies, upload and share images, chat, and send invitations to workout together.
  • With the ongoing pandemic, people have become socially disconnected which can impact on our mental health. Exercise is one of the valuable tools for improving our mental health, GoFit promotes exercise and at the same time builds social circles.

Final Product

Main Page Gofit-Main

User Profile Page Gofit-UserProfile

Create Post Page Gofit-Post

Send Invitation Page Gofit-SendInvitation

Invitation Detail Page Gofit-SentInvitation

Appointment Review Page Gofit-RateAppt

Setup

  1. Go to Gofit-Api Page (https://github.com/jeynakim/go-fit-api) Install dependencies with npm install.

  2. Create .env file based on .env.example

  3. Running Webpack Development Server

npm start
  1. Install dependencies with npm install with Gofit Root

  2. Create .env file based on .env.example

  3. Running Webpack Development Server

npm start

Dependencies

  • React
  • Node.js
  • MongoDB
  • Express
  • GetStream
  • AWS S3 and MULTER S3
  • Bcrypt