{"id":19020478,"url":"https://github.com/dj0nny/full-stack-typescene","last_synced_at":"2026-04-13T11:01:26.506Z","repository":{"id":98741631,"uuid":"209779741","full_name":"dj0nny/full-stack-typescene","owner":"dj0nny","description":"Full stack app built with Typescene","archived":false,"fork":false,"pushed_at":"2019-10-09T13:09:50.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-07-25T16:16:53.611Z","etag":null,"topics":["express","full-stack","full-stack-application","mongodb","moongose","typescene","typescene-full-stack","typescript"],"latest_commit_sha":null,"homepage":null,"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/dj0nny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-09-20T11:57:04.000Z","updated_at":"2019-10-09T13:09:52.000Z","dependencies_parsed_at":"2023-04-16T12:07:22.273Z","dependency_job_id":null,"html_url":"https://github.com/dj0nny/full-stack-typescene","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dj0nny/full-stack-typescene","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Ffull-stack-typescene","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Ffull-stack-typescene/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Ffull-stack-typescene/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Ffull-stack-typescene/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dj0nny","download_url":"https://codeload.github.com/dj0nny/full-stack-typescene/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Ffull-stack-typescene/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["express","full-stack","full-stack-application","mongodb","moongose","typescene","typescene-full-stack","typescript"],"created_at":"2024-11-08T20:17:16.177Z","updated_at":"2026-04-13T11:01:26.501Z","avatar_url":"https://github.com/dj0nny.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# full-stack-typescene\n\n[![Build Status](https://travis-ci.org/dj0nny/full-stack-typescene.svg?branch=develop)](https://travis-ci.org/dj0nny/full-stack-typescene)\n[![npm version](https://badge.fury.io/js/typescene.svg)](https://badge.fury.io/js/typescene)\n![GitHub top language](https://img.shields.io/github/languages/top/dj0nny/full-stack-typescene)\n![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)\n[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/dj0nny/full-stack-typescene#readme)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/dj0nny/full-stack-typescene/graphs/commit-activity)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/dj0nny/full-stack-typescene/blob/master/LICENSE)\n\n\u003e Full stack app built with Typescene\n\n### 🚀 Getting started\n\n### Download\n\nClone the repository using **Git**:\n\n```bash\ngit clone https://github.com/dj0nny/full-stack-typescene.git\n```\n\nOr download [here](https://github.com/dj0nny/full-stack-typescene/archive/develop.zip).\n\n### Install\n\nFor installing the dependencies run:\n\n```bash\ncd full-stack-typescene\nnpm install\n# OR\nyarn install\n\n# Install client's dependencies\nnpm run install:client\n# OR\nyarn install:client\n```\n### Usage\n\nFor running the app:\n\n```bash\n# concurrently run the client and the server\nnpm run dev \n# OR\nyarn dev\n\n# run the server only\nnpm run start:server\n# OR\nyarn start:server\n\n# run the server in development mode\nnpm run dev:server\n# OR\nyarn dev:server\n\n# run the client only\nnpm run start:client\n# OR\nyarn start:client\n\n# build the client\nnpm run build\n# OR\nyarn build\n\n# run the built client and the Express server\nnpm run start\n# OR\nyarn start\n```\n\n## ✔️ Todo\n\n* [x] Create the repository\n* [x] Create the Express app\n* [x] Add middleware and routes\n* [x] Add Mongoose model\n* [ ] CRUD functionalities:\n  - [x] Create\n  - [x] Read\n  - [ ] Update\n  - [x] Delete\n* [x] Generate the Typescene app via `create-typescene-webapp`\n* [x] Add **remote service** for low level API calls\n* [x] Add **movie service**\n* [x] Display the data\n* [ ] Add a movie\n* [ ] Delete a movie\n* [ ] Update a movie\n* [ ] Build the project\n\n## Author\n\n👤 **Francesco Giambruno**\n\n* Twitter: [@Dj0nny96](https://twitter.com/Dj0nny96)\n* Github: [@dj0nny](https://github.com/dj0nny)\n\n## Built with ❤️ using:\n\n* [Node.js](https://nodejs.org/en/) - JavaScript runtime built on Chrome's V8 JavaScript engine\n* [Express.js](https://expressjs.com/) - Fast, unopinionated, minimalist web framework for Node.js\n* [MongoDB](https://github.com/u3u/vue-hooks) - NoSQL DBMS\n* [Typescene](https://typescene.dev) - Robust front end framework made with TypeScript: strongly typed, no dependencies, no nonsense.\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check [issues page](https://github.com/dj0nny/full-stack-typescene/issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n\n## 📝 License\n\nCopyright © 2019 [Francesco Giambruno](https://github.com/dj0nny).\n\nThis project is [MIT](https://github.com/dj0nny/full-stack-typescene/blob/master/LICENSE) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdj0nny%2Ffull-stack-typescene","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdj0nny%2Ffull-stack-typescene","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdj0nny%2Ffull-stack-typescene/lists"}