{"id":27128433,"url":"https://github.com/akronae/todealt","last_synced_at":"2025-04-07T18:58:00.535Z","repository":{"id":224480688,"uuid":"763189392","full_name":"Akronae/todealt","owner":"Akronae","description":"A technical test project, the aim is to create a simple to-do app using NestJS, Next.js \u0026 MongoDB.","archived":false,"fork":false,"pushed_at":"2024-02-26T11:44:11.000Z","size":264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T23:41:53.371Z","etag":null,"topics":[],"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/Akronae.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}},"created_at":"2024-02-25T19:32:01.000Z","updated_at":"2024-02-26T10:48:29.000Z","dependencies_parsed_at":"2024-02-26T07:57:51.643Z","dependency_job_id":null,"html_url":"https://github.com/Akronae/todealt","commit_stats":null,"previous_names":["akronae/todealt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akronae%2Ftodealt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akronae%2Ftodealt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akronae%2Ftodealt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akronae%2Ftodealt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akronae","download_url":"https://codeload.github.com/Akronae/todealt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247713274,"owners_count":20983683,"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-04-07T18:57:59.961Z","updated_at":"2025-04-07T18:58:00.514Z","avatar_url":"https://github.com/Akronae.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✅ Todealt\n\n\u003e A technical test project, the aim is to create a simple to-do app using NestJS, Next.js \u0026 MongoDB.\n\n## Disclaimers\n\n\u003e [!CAUTION]  \n\u003e Sensitive environment variables have been included into an encrypted file for your own convenience.  \n\u003e Obviously that would not be a decent workflow for any other situation.\n\n\u003e [!WARNING]  \n\u003e Due to the way GitHub authentication works (OAuth redirection), the app frontend must be ran on localhost:3000 on the machine you are browsering the website with.\n\u003e Or you can forward the query params manually after sign in.\n\n## How to run\n\nClone the repo:\n\n```bash\ngit clone https://github.com/Akronae/todealt\ncd todealt\n```\n\nDecrypt `.env.enc` file with the password you received (openssl required):\n\n```bash\nbash decrypt.sh\n# enter pasword and hit enter\n```\n\n\u003e [!TIP]\n\u003e If you did not receive the password or if you are experiencing troubles, feel free to call me at any time.\n\n### Run with Docker (recommended)\n\nMake sure to have Docker and Docker Compose installed on your machine.  \nThen run:\n\n```bash\ndocker compose up\n```\n\nWait for every container to start up and then visit: http://localhost:3000\n\n### Run a dev build manually\n\n\u003e [!TIP]\n\u003e NVM and Yarn are used in these examples, you can easily adapt them to your own tools if you need to.\n\n\u003e [!WARNING]\n\u003e You need to have a MongoDB instance running on the `MONGO_URI` address specified in your `.env`.\n\nCopy your decrypted `.env`\n\n```bash\ncp .env app/.env.local\ncp .env api/.env.local\n```\n\nRun Api:\n\n```bash\ncd api\nnvm install\nyarn\nyarn start:dev\n```\n\nIn another terminal, run App:\n\n```bash\ncd app\nnvm install\nyarn\nyarn dev\n```\n\n## ✨ Features\n\n- Fully dockerized\n- Sign in with GitHub\n- Responsive\n\n### Api\n\n- OpenAPI specs automatically generated on startup\n- Swagger doc\n- Using NestJS \u0026 MongoDB with Mongoose\n\n### App\n\n- Requests automatically generated from OpenAPI specs with `yarn openapi:gen`\n- Using Ant Design\n- Notes can be tagged\n- Using latest Next.js with `/app` router\n\n## 🎯 What could be improved\n\n- Implement testing\n- Make `/notes` code more readable\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakronae%2Ftodealt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakronae%2Ftodealt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakronae%2Ftodealt/lists"}