Schedule is a scheduling app with multiple applications from education to business
Local Development:
-
Git clone the project
git clone https://github.com/NikValdez/schedule.git
-
Run Backend:
cd backend && npm run dev
Backend is available at localhost:4444 -
Install Frontend:
cd frontend && npm install
-
Run Frontend:
npm run start
Frontend should now be available at localhost:3000
Frontend: React, Apollo
Backend: Graphql, prisma, yoga,
Nik Cochran, Art Shostak