{"id":19269442,"url":"https://github.com/arwebcs/express-tutorials","last_synced_at":"2025-09-07T22:43:56.044Z","repository":{"id":220459003,"uuid":"751506289","full_name":"arwebcs/Express-tutorials","owner":"arwebcs","description":"This is a simple project in Express JS","archived":false,"fork":false,"pushed_at":"2024-12-08T12:50:59.000Z","size":4332,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"basic-tutorial","last_synced_at":"2025-01-05T12:42:38.001Z","etag":null,"topics":[],"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/arwebcs.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":"2024-02-01T18:38:09.000Z","updated_at":"2024-09-22T15:19:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed945ab5-a342-4393-8654-574f1f067631","html_url":"https://github.com/arwebcs/Express-tutorials","commit_stats":null,"previous_names":["arwebcs/express-project","arwebcs/express-tutorials"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arwebcs%2FExpress-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arwebcs%2FExpress-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arwebcs%2FExpress-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arwebcs%2FExpress-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arwebcs","download_url":"https://codeload.github.com/arwebcs/Express-tutorials/tar.gz/refs/heads/basic-tutorial","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240371761,"owners_count":19790888,"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":"2024-11-09T20:19:53.071Z","updated_at":"2025-02-23T20:12:43.287Z","avatar_url":"https://github.com/arwebcs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Simple project in Express JS\r\n\r\nThis is a simple project in express, where Mongo, MySQL connection is covered. Both connections is used\r\n\r\n##### Install\r\n\r\n1. Install express generator\r\n\r\n```\r\n    npx express-generator\r\n    npm install\r\n\r\n```\r\n\r\n2. Install database drivers\r\n\r\n```\r\n    npm install mongoose --save\r\n    npm install mysql --save\r\n    npm install mysql2 --save\r\n\r\n```\r\n\r\n3. Created a **shared** folder where all models, connections etc. will be there\r\n\r\n4. Install EJS Template engine for web page\r\n\r\n```\r\n    npm install ejs\r\n\r\n```\r\n\r\n5. Install multer\r\n\r\n```\r\n    npm install --save  multer\r\n```\r\n\r\n**N.B. :**\r\n\r\n1. The app is running in a default port : 3000\r\n2. Setting template engine : ejs\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farwebcs%2Fexpress-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farwebcs%2Fexpress-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farwebcs%2Fexpress-tutorials/lists"}