{"id":16108238,"url":"https://github.com/dadangdut33/personal-web-backend","last_synced_at":"2025-10-23T12:30:30.325Z","repository":{"id":129017609,"uuid":"532244945","full_name":"Dadangdut33/Personal-Web-Backend","owner":"Dadangdut33","description":"Server code of my personal web","archived":true,"fork":false,"pushed_at":"2024-02-29T10:21:42.000Z","size":759,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-19T12:14:17.282Z","etag":null,"topics":["cors","express","nodejs","swagger","typescript"],"latest_commit_sha":null,"homepage":"https://witty-fox-train.cyclic.app/","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/Dadangdut33.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":null,"authors":null,"dei":null}},"created_at":"2022-09-03T11:50:53.000Z","updated_at":"2024-05-27T10:33:38.000Z","dependencies_parsed_at":"2023-03-21T12:08:01.793Z","dependency_job_id":null,"html_url":"https://github.com/Dadangdut33/Personal-Web-Backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dadangdut33%2FPersonal-Web-Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dadangdut33%2FPersonal-Web-Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dadangdut33%2FPersonal-Web-Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dadangdut33%2FPersonal-Web-Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dadangdut33","download_url":"https://codeload.github.com/Dadangdut33/Personal-Web-Backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237821798,"owners_count":19371827,"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":["cors","express","nodejs","swagger","typescript"],"created_at":"2024-10-09T19:26:01.898Z","updated_at":"2025-10-23T12:30:24.811Z","avatar_url":"https://github.com/Dadangdut33.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/Dadangdut33/Personal-Web-Backend/issues\"\u003e\u003cimg alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues/Dadangdut33/Personal-Web-Backend\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/Dadangdut33/Personal-Web-Backend/pulls\"\u003e\u003cimg alt=\"GitHub pull requests\" src=\"https://img.shields.io/github/issues-pr/Dadangdut33/Personal-Web-Backend\"\u003e\u003c/a\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://github.com/Dadangdut33/Personal-Web-Backend/stargazers\"\u003e\u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/Dadangdut33/Personal-Web-Backend?style=social\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/Dadangdut33/Personal-Web-Backend/network/members\"\u003e\u003cimg alt=\"GitHub forks\" src=\"https://img.shields.io/github/forks/Dadangdut33/Personal-Web-Backend?style=social\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nBackend code of my personal web. Made using express. Take a look at [frontend](https://github.com/Dadangdut33/Personal-Web) for frontend code.\n\n# Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Getting started](#getting-started)\n  - [Set up your .env](#set-up-your-env)\n  - [Available Scripts](#available-scripts)\n    - [`pnpm start`](#pnpm-start)\n    - [`pnpm run dev:ts`](#pnpm-run-devts)\n    - [`pnpm run watch`](#pnpm-run-watch)\n    - [`pnpm run build`](#pnpm-run-build)\n  - [Run in ease while developing](#run-in-ease-while-developing)\n\n# Getting started\n\nBefore contributing please consider reading some of the [docs](docs):\n\n- [CONTRIBUTING.md](docs/CONTRIBUTING.md)\n- [resources.md](docs/resources.md)\n\nTo start developing, first make sure that you have node installed. After that do `pnpm install` to install all the dependencies.\n\n## Set up your .env\n\nDon't forget to set up your .env file located in root folder. You can follow the template in the [.env.example](.env.example) file.\n\n## Available Scripts\n\nIn the api directory, you can run:\n\n### `pnpm start`\n\nRuns the API in the production mode (Compiled).\n\n### `pnpm run dev:ts`\n\nRuns the API in the development mode (Not compiled).\n\n### `pnpm run watch`\n\nWatches and re-compiles on every changes made to the codebase.\n\n### `pnpm run build`\n\nBuilds the API for production to the `dist` folder.\n\n## Run in ease while developing\n\n1. Method 1: Compile and watch for changes in the codebase\n   - open a new terminal and run `pnpm run watch`\n   - then open another terminal and run `pnpm run dev`\n2. Method 2: Use nodemon\n   - run `pnpm run dev:ts`\n\n**_this will get faster as it automatically re-compiles on the background_**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadangdut33%2Fpersonal-web-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdadangdut33%2Fpersonal-web-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadangdut33%2Fpersonal-web-backend/lists"}