Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timthedev07/kcamathshub
A community-based platform for providing peer-assistance with Math school work and questions, available internally at KCA.
https://github.com/timthedev07/kcamathshub
learning-platform math mysql nextauth nextjs online-community prisma tailwind trpc typescript
Last synced: 5 days ago
JSON representation
A community-based platform for providing peer-assistance with Math school work and questions, available internally at KCA.
- Host: GitHub
- URL: https://github.com/timthedev07/kcamathshub
- Owner: timthedev07
- License: gpl-3.0
- Created: 2023-09-21T11:42:06.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-01-29T21:29:21.000Z (11 months ago)
- Last Synced: 2024-04-06T15:27:02.166Z (9 months ago)
- Topics: learning-platform, math, mysql, nextauth, nextjs, online-community, prisma, tailwind, trpc, typescript
- Language: TypeScript
- Homepage: https://kcamathshub.vercel.app
- Size: 5.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KCAMathsHub
This is a project dedicated to providing an online platform for students to ask questions related to Math; this targets students from primary to KS4.
The stack:
- Language: TypeScript
- Frontend
- Next.js
- Next-Auth
- Tailwind
- Backend
- tRPC
- Prisma
- Storage
- MySQL
- AWS S3## Setup Instructions for Developers
[Install nodejs](https://nodejs.org/en/download).
Setup nodejs and yarn (package manager):
```bash
npm install --global yarn
```Close the terminal window and open a new one on your desktop.
First, clone the repository and install deps:
```bash
git clone https://github.com/timthedev07/KCAMathsHub.git
cd KCAMathsHub/app
yarn
```Open the folder `KCAMathsHub` in VSCode or any editor you want.