An open API service indexing awesome lists of open source software.

https://github.com/kir-dev/startlap-sch


https://github.com/kir-dev/startlap-sch

Last synced: 5 months ago
JSON representation

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
```