Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 592 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 592 Bytes

Scholarr - Extracurricular Recommendation Service

Contains the application code for Scholarr, an extracurricular recommendation service that aims to match activities to a person's interests.

To run the application, run npm install to install necessary packages then npm run start to start the application.

File Structure

  1. amplify: contains code connecting AWS Amplify scripts and hosting service to the React frontend

  2. src: bulk of user-written code for backend and frontend

  • graphql - code for schema and database operations
  • components - React components