https://github.com/kir-dev/startlap-sch
https://github.com/kir-dev/startlap-sch
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kir-dev/startlap-sch
- Owner: kir-dev
- Created: 2023-05-04T09:41:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T21:33:58.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T02:35:01.635Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://startlap-sch-client.vercel.app
- Size: 1.12 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Startlap-SCH
This is a monorepo containing three seperate packages of the Startlap application:
- backend: The REST API, written with NestJS
- client: The UI for the regular users, written with NextJS
- admin: Admin panel for admins only, written with bare React
To install the dependecies of all the packages, first install yarn:
```bash
npm install --global yarn
```
Then install the dependecies from the root of the project:
```bash
yarn
```