3 года назад
История
README.md
hackgen
Api for fast generating backend & frontend source code for project. Frontend: https://github.com/nikolaevv/hackgen-web
Now app supports Python / Fast API for backend and React JS for frontend. It can be good instrument for programmer competitions (hackatons, cups, etc) and pet projects. It uses own API for generating code. It is planned to add support of Django, Flask, Vue and other modern frameworks.
Why it is required service:
- You don’t have to waste time for writing thousands lines of similar code
- Using modern light & fast frameworks
- Generated code contains all needful instruments
- It’s interface is fast & beautiful
Demo
You can use it online via https://hackgen.vercel.app/
Install
- Clone repository using
git clone https://github.com/nikolaevv/hackgen - Move to this respository:
cd hackgen - Run
docker-compose upfor starting docker image
What does it generate
- Backend
models.pyschemas.py(serialization for requests based on models)crud.py(Create, read, update & delete operations for models)main.py(API controllers based on CRUD operations)requirements.txt(auto built dependencies)
- Frontend
- components (arrow-functional components from list)
- selectors (special functions for getting objects from redux store)
- actions (actions of getting one or many objects of all models)
- query-config (config with all requests, created in API)
Описание
👨🏫 Service for generating backend & frontend source code for hackatons and projects
Конвейеры
0 успешных
0 с ошибкой