{"id":16395885,"url":"https://github.com/impe93/to-do-back","last_synced_at":"2026-04-15T10:32:57.569Z","repository":{"id":111484983,"uuid":"123043502","full_name":"impe93/to-do-back","owner":"impe93","description":"The server for the other my repo \"to-do\"","archived":false,"fork":false,"pushed_at":"2018-07-21T15:06:17.000Z","size":1968,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-29T01:02:13.193Z","etag":null,"topics":["angular","crud","expressjs","mean","mean-stack","mongodb","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/impe93.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}},"created_at":"2018-02-26T23:15:24.000Z","updated_at":"2018-07-21T15:06:19.000Z","dependencies_parsed_at":"2023-03-21T05:50:00.662Z","dependency_job_id":null,"html_url":"https://github.com/impe93/to-do-back","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/impe93/to-do-back","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impe93%2Fto-do-back","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impe93%2Fto-do-back/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impe93%2Fto-do-back/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impe93%2Fto-do-back/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/impe93","download_url":"https://codeload.github.com/impe93/to-do-back/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impe93%2Fto-do-back/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31837165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T10:26:52.245Z","status":"ssl_error","status_checked_at":"2026-04-15T10:26:51.649Z","response_time":63,"last_error":"SSL_read: 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":["angular","crud","expressjs","mean","mean-stack","mongodb","nodejs"],"created_at":"2024-10-11T05:05:53.402Z","updated_at":"2026-04-15T10:32:57.536Z","avatar_url":"https://github.com/impe93.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To Do Backend\n\nThis project is born to **give a backend** to my other **front-end project** called [to-do](https://github.com/impe93/to-do). It is an easy express application for make **CRUD** (Create, Read, Update, Delete) operations, gives the possibility to **register** and serve the front-end app. Try the app on https://to--do.herokuapp.com/ .\n\n## Getting Started\n\n### Prerequisites\n\nIt's possible to run this in a local environment only if there's already installed [NodeJS](https://nodejs.org) (I’m using version 7.7.3), [NPM](https://nodejs.org/en/download/) and [MongoDB](https://www.mongodb.com/).\n\n### Installing\n\nAfter having installed those 3 things you have to run the command `npm install` to **install the project dependency** in the project directory. It’s important to **change the mongoDB URL** in the app.js code or pass this as env parameter `(MONGODB_URI=\u003cdb url\u003e)` to establish the connection with the DB. It’s possible to **launch the app** just by run the command `npm run dev`, and this will start the project. The app tries to start on **port 80** but you can change that by passing `PORT=\u003cport number\u003e` as env parameter. The **port 80 can be an issue** for people that use Windows as OS because on that port is possible to find ISS running, for the other that use Linux or MacOS will need to use `sudo` command when running it.\n\n## Deployment\n\nBefore deploying the app is necessary to build it with babel, for do that just run `npm run build` and you’ll be able to find it in the dist folder, the last thing to do in order to prepare the deploy is to copy the `src/dist` folder inside the `dist` folder, this because the dist folder will compile in a wrong way, so this is the fastest way is to make the things work properly. I deploy this web application on Heroku because it offers a free plan that is perfect for test the app in a real environment and learns how to do it properly.\n\n## Built With\n\n* NodeJS\n* MongoDB\n* ExpressJS\n* Angular 5 (this app use the compiled code)\n\n## Author\n\n* Lorenzo Imperatrice\n\n## License\n\nThis project is licensed under the **MIT** License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpe93%2Fto-do-back","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimpe93%2Fto-do-back","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpe93%2Fto-do-back/lists"}