{"id":15012968,"url":"https://github.com/justin26l/veryexpress","last_synced_at":"2025-07-13T21:07:07.336Z","repository":{"id":275778443,"uuid":"727316773","full_name":"Justin26l/VeryExpress","owner":"Justin26l","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-13T13:05:38.000Z","size":738,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T13:19:17.110Z","etag":null,"topics":["express","generator","jsonschema","mongoose","npm","openapi","rest-api","webserver"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/very-express","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Justin26l.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadMap/released.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-04T16:11:02.000Z","updated_at":"2025-07-13T13:05:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"8bb068b4-bba7-48e2-ace1-b315c61e8c3c","html_url":"https://github.com/Justin26l/VeryExpress","commit_stats":null,"previous_names":["justin26l/veryexpress"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Justin26l/VeryExpress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justin26l%2FVeryExpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justin26l%2FVeryExpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justin26l%2FVeryExpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justin26l%2FVeryExpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Justin26l","download_url":"https://codeload.github.com/Justin26l/VeryExpress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justin26l%2FVeryExpress/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265205686,"owners_count":23727511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express","generator","jsonschema","mongoose","npm","openapi","rest-api","webserver"],"created_at":"2024-09-24T19:43:32.187Z","updated_at":"2025-07-13T21:07:07.328Z","avatar_url":"https://github.com/Justin26l.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VeryExpress\nthis is a generator to make [Express](https://github.com/expressjs/express) app  \nwith custom REST API defined in [Json Schema](https://github.com/json-schema-org) and [Open Api](https://github.com/OAI) \n\n# Features\n- generate simple express.js server.\n- generate custom REST API.\n- API Validator by [express-validator](https://express-validator.github.io/docs/)\n- generate OpenApi\n- [Swagger UI Express](https://github.com/scottie1984/swagger-ui-express)\n- OAuth by [Passport.js](https://www.passportjs.org/)\n- Database Driver\n  - MongoDB by [Mongoose](https://mongoosejs.com/)\n\n## Why use ExpressJs\nexpress.js is a simple \u0026 flexible framework to build a web app, it provide balanced performance,  \nas this is open-source project, i want lower the technical barrier to contribute ideas,  \neventually lead to a usefull and powerful framework.\n  \n  \n# Quick Start\n1. install package globally.  \n    ```npm i -g very-express```  \n      \n3. use cli to initialize configuration file **vex.config.json** under your project root directory.  \n    `vex -init`  \n      \n2. create a empty directory and name it as value of vex.config's \"jsonSchemaDir\", by default `jsonSchema`.  \n    `mkdir jsonSchema`.  \n   \n4. you can create your db collection/table now in directory `./jsonSchema` just created,  \n    refer to [Define Json Schmea](./docs/vexJsonSchema.md),\n    every changes require to regenerate app.\n   \n6. generate the app with vex.config param.  \n    `vex`  \n      \n7. you should saw a express typescript app being generated (with src, package.json etc) .  \n    ```\n    ├── jsonSchema/  \n    │   └── ...\n    ├── src/ \n    │   └── ...\n    ├── package.json  \n    ├── tsconfig.json  \n    ├── vex.config.json  \n    └── .env  \n    ```  \n      \n8. start the generated express app.  \n    ```\n    npm i  \n    npm build    \n    npm run start\n    ```\n\n# Resource\n- [Documents](./docs/)\n- [Road Map](./docs/roadMap/)\n- [ReleaseNote](./docs/releaseNote)\n\n- [Discord](https://discord.gg/PZGMzDp7)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustin26l%2Fveryexpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustin26l%2Fveryexpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustin26l%2Fveryexpress/lists"}