{"id":28561150,"url":"https://github.com/flatlogic/nodejs-backend","last_synced_at":"2025-06-10T10:32:51.432Z","repository":{"id":293244707,"uuid":"187885424","full_name":"flatlogic/nodejs-backend","owner":"flatlogic","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-23T22:43:57.000Z","size":6192,"stargazers_count":6,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T11:51:38.262Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/flatlogic.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-05-21T17:37:06.000Z","updated_at":"2025-05-01T11:18:46.000Z","dependencies_parsed_at":"2025-05-14T11:51:42.618Z","dependency_job_id":"721f432a-4bc5-4d35-a94d-718418c354aa","html_url":"https://github.com/flatlogic/nodejs-backend","commit_stats":null,"previous_names":["flatlogic/nodejs-backend"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatlogic%2Fnodejs-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatlogic%2Fnodejs-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatlogic%2Fnodejs-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatlogic%2Fnodejs-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flatlogic","download_url":"https://codeload.github.com/flatlogic/nodejs-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatlogic%2Fnodejs-backend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259055959,"owners_count":22798845,"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":[],"created_at":"2025-06-10T10:30:45.927Z","updated_at":"2025-06-10T10:32:51.417Z","avatar_url":"https://github.com/flatlogic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Flatlogic Node.js Backend - Free but Outdated!\n\n[More Templates](https://flatlogic.com/templates) | [Discord Community](https://discord.gg/flatlogic-community) | [Support Forum](https://flatlogic.com/forum)\n\n**Heads up! 🚨** This backend is a bit old-school now. For a more up-to-date, efficient, and customizable experience, generate a fresh one with our [Flatlogic Generator](https://flatlogic.com/generator). It's way better. 😉\n\n---\n\n## 🚀 Quick Start\n\n#### 1. Install dependencies:\n```bash\nyarn install\n```\n\n---\n\n#### 2. Adjust local database:\n\n**Step 1: Install PostgreSQL**\n\n- **MacOS:**  \n  ```bash\n  brew install postgres\n  ```\n- **Ubuntu:**  \n  ```bash\n  sudo apt update\n  sudo apt install postgresql postgresql-contrib\n  ```\n\n**Step 2: Create database and user:**\n\n```bash\npsql -U postgres\n```\n\nThen run the following commands inside PostgreSQL:\n```sql\nCREATE DATABASE development OWNER postgres;\n\\q\n```\n\n---\n\n#### 3. Setup database tables:\n```bash\nyarn reset\n```\n\n#### 4. Start development server:\n```bash\nyarn start:dev\n```\n\n#### 5. Start production build:\n```bash\nyarn start\n```\n\n\u003e **Pro Tip:** If you run into issues, it might be time to check out the Flatlogic Generator instead. 😉\n\n---\n\n## 📜 API Documentation (Swagger)\n\nOnce running, check the API docs here:\n- [http://localhost:8080/api-docs](http://localhost:8080/api-docs) (Local)\n- [http://host_name/api-docs](http://host_name/api-docs) (Production)\n\n---\n\n## 🐳 Docker Support\n\nIf you'd rather run the backend via Docker, follow these steps:\n\n1. Ensure PostgreSQL is installed as described above.\n2. Build the Docker image:\n   ```bash\n   docker build -t um-backend-image .\n   ```\n3. Run a container:\n   ```bash\n   docker run -p 8080:8080 -d um-backend-image\n   ```\n4. Access the API at:\n   ```bash\n   http://localhost:8080/api\n   ```\n\n---\n\n## 🔥 About Flatlogic\n[Flatlogic](https://flatlogic.com/ai-software-development-agent) builds modern business software so you don't have to. Our AI Software Development Agent helps you generate, deploy, and maintain enterprise applications with minimal effort.\n\n---\n\n## 📜 License\nThis backend is free to use, but seriously, consider upgrading with the Flatlogic Generator. 😎\n\n---\n\n\u003e **Questions or feedback?**  \n\u003e Join our [Flatlogic Community Discord](https://discord.gg/flatlogic-community) or visit our [support forum](https://flatlogic.com/forum).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatlogic%2Fnodejs-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflatlogic%2Fnodejs-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatlogic%2Fnodejs-backend/lists"}