{"id":21445580,"url":"https://github.com/shinchven/bootcamp","last_synced_at":"2025-10-03T19:40:15.003Z","repository":{"id":83666571,"uuid":"292148059","full_name":"ShinChven/bootcamp","owner":"ShinChven","description":"A Web Console Scaffolding. [FeathersJS/Ant Design Pro]","archived":false,"fork":false,"pushed_at":"2021-04-08T07:53:56.000Z","size":412,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-19T16:22:54.035Z","etag":null,"topics":["antd","featherjs","webapp"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShinChven.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-02T01:31:14.000Z","updated_at":"2021-04-08T07:53:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2622e8c-cc7a-453c-b2b5-86a85e7d3b85","html_url":"https://github.com/ShinChven/bootcamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShinChven/bootcamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinChven%2Fbootcamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinChven%2Fbootcamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinChven%2Fbootcamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinChven%2Fbootcamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShinChven","download_url":"https://codeload.github.com/ShinChven/bootcamp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinChven%2Fbootcamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272342777,"owners_count":24917696,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["antd","featherjs","webapp"],"created_at":"2024-11-23T02:36:11.361Z","updated_at":"2025-10-03T19:40:14.950Z","avatar_url":"https://github.com/ShinChven.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bootcamp\n\nThis is my own scaffolding for building TypeScript fullstack enterprise webapp.\n\nIt is made of a nodejs backend in server folder and a react web client in console folder.\n\nI have done the basic setups, and I believe you can run this project straight forward after you configured database connection in `server/config/default.json`'.\n\nTo get your hands on this project, you should have basic knowledge of NodeJS, React and TypeScript.\n\n## A FeathersJS Server\n\nThe backend server of this webapp is built upon [FeathersJS](https://feathersjs.com/), a framework for real-time applications and REST APIs.\n\nPlease read FeathersJS' guide and doc before you get hands on this project.\n\n## An Ant Design Pro (V4) Console\n\nThe web client of this webapp is built upon [Ant Design Pro V4](https://pro.ant.design/index-cn/), an out-of-box UI solution for enterprise applications.\n\nPlease read Ant Design Pro's guide and doc before you get hands on this project.\n\n## Database Configration\n\nAssuming you have read FeathersJS' guide and doc. Before you run this webapp, please setup your database configuration in `server/config/default.json`, it uses MySQL by default.\n\n## Users and Authentication\n\nUsers and authentication are both initiated at web client side and server site. Please setup your initial username(email) and password in `server/config/default.json`. User will be generated at first run.\n\nThis project uses [JSONWebToken, aka jwt,](https://jwt.io/) for authentication strategey.\n\n## Run\n\n### Server\n\nRun in server folder\n\n```bash\nnpm install  # Install dependencies.\nnpm start    # Run the server.\nnpm run dev  # Optional, run the server in dev mode in which the app reloads on code change.\n```\n\n### Console\n\nRun in console folder\n\n```bash\nnpm install # Install dependencies.\nnpm start   # Start developing the console, the server namespace will be assigned to localhost:3030.\n```\n\n## Deploy Console\n\nRun in console folder\n\n```bash\nnpm run build;                      # Build console for production into dist folder.\ncp -r dist ../server/public/console # Place console dist to server's public folder for static serving.\n```\n\nAfter console is deployed, you should be able to visit it at `http://localhost:3030/console`.\n\n## Login and try\n\nAfter you started console development, web page shall popup automatically. If not, please visit `http://localhost:8000` in your browser manually.\n\nPlease see preconfigred username and password in `server/config/default.json`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinchven%2Fbootcamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinchven%2Fbootcamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinchven%2Fbootcamp/lists"}