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

https://github.com/lskjs/kit

LSK.js KIT
https://github.com/lskjs/kit

Last synced: about 2 months ago
JSON representation

LSK.js KIT

Awesome Lists containing this project

README

        

# Just a Bot-kit
## Sample project example based on Lego Starter Kit

## Develop
1. `npm install` –– Install node deps
2. `npm run bootstrap` –– Install packages/* deps
3. `npm run dev` –– Run develop mode for all packages

## Develop in Docker

1. `docker-compose run app npm install`
2. `docker-compose run app npm run bootstrap`
3. `docker-compose run app npm run dev`

## Tips
- `npm run link` –– if you want to link other developing packages in the monorep and packages
- `npm run update` –– if you want to update all developing packages versions in the monorep and packages

## Что нужно, чтобы сделать фронт

1. Model (бд, mongoose) Mongo => collection, SQL => table. (schema + method) UsiversalModel (+method, findByParams)
2. Api => ListApi (CRUD)
3. Store MOBX, L
3.1 EntityStore (Model для фронта)
3.2 ListStore - list (array of EntityStore + включенные params)
4. ListPage страница (props)
5. фронтовый router (контроллер из MVC) !!!!!!

---------

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Igor Suvorov

💻 🎨 🤔

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!