Skip to content

The Social Runners Platform is a full stack web development project that integrates a MongoDB database, Node.js server, and Express framework with a Vue.js front-end, utilizing RESTful APIs to manage and track runs within the website.

Notifications You must be signed in to change notification settings

leabrodyheine/Full-Stack-Web-Dev-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Runners Platform

Overview

The Social Runners Platform is designed to manage and track runs for a community of runners. This system allows users to sign up for runs, track their completion, and view statistics about their runs.

Features

  • User Management: Users can sign up and log into the platform.
  • Run Scheduling: can schedule new runs with specific routes and times.
  • Run Completion Tracking: Users can mark runs as completed and record their times and distances.
  • Statistics: The platform provides detailed statistics on users' performance over time.

Technologies Used

  • MongoDB: For storing user data, run schedules, and statistics.
  • Node.js: Server-side logic, including user authentication and data processing.
  • Mongoose: MongoDB object modeling for Node.js.
  • Express: Web framework for Node.js.

Setup and Installation

Prerequisites

  • Node.js
  • MongoDB
  • Chart.js

Installation Steps

  • will need to install all the necessary libraries and frameworks
  • navigate into the server directory
  • run node DBScript.js in the terminal to populate the database with data initally
  • to start the server run node Server.js
  • go to http://localhost:5030/ and log in with the following credentials: username: Amy password; hi
  • explore!

About

The Social Runners Platform is a full stack web development project that integrates a MongoDB database, Node.js server, and Express framework with a Vue.js front-end, utilizing RESTful APIs to manage and track runs within the website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published