Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 994 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 994 Bytes

Routinely

Routinely is an app built in Golang and Typescript. It is being built for UF's Intro to Software Engineering class for Spring 2023.

We are using Angular with Clarity Design to make our frontend.

Routinely will be able to automatically prioritize and schedule events for the user, using an easy to use calendar interface.

Built by Bryan Esquivias, Jeremy Martin, Anand Mathi, and Madhav Sagi.

video1097290029.mp4

HOW TO RUN

Navigate to source/routinely

Type "npm i --legacy-peer-deps"

Type "npm start"

Open another terminal and navigate to source/routinely/src/server

Type "make"

mySQL is not needed - database is on the cloud, but maximum of 5 connections at a time

FOR TA

User Stories
Sprint 1
Sprint 2
Sprint 3
Sprint 4

FOR DEVS

Docs