{"id":33118090,"url":"https://github.com/euclid1990/express","last_synced_at":"2026-02-07T04:34:07.660Z","repository":{"id":83834672,"uuid":"73266486","full_name":"euclid1990/express","owner":"euclid1990","description":"Basic MVC framework with NodeJs, ExpressJs, Socket.io","archived":false,"fork":false,"pushed_at":"2016-11-24T10:14:51.000Z","size":348,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-08T00:36:00.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/euclid1990.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":"2016-11-09T08:52:39.000Z","updated_at":"2022-11-13T04:32:26.000Z","dependencies_parsed_at":"2023-03-05T20:15:32.239Z","dependency_job_id":null,"html_url":"https://github.com/euclid1990/express","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/euclid1990/express","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euclid1990%2Fexpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euclid1990%2Fexpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euclid1990%2Fexpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euclid1990%2Fexpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/euclid1990","download_url":"https://codeload.github.com/euclid1990/express/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euclid1990%2Fexpress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285327645,"owners_count":27152947,"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","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-11-15T03:00:32.259Z","updated_at":"2025-11-19T21:00:42.712Z","avatar_url":"https://github.com/euclid1990.png","language":"JavaScript","readme":"# MVC Framework with Express\n\n## Overview\n- This application built with Express, Socket.io\n- Features\n  - Minification and copying of all JavaScript files, stylesheets, static images with Gulp\n  - Monitor for any changes in your node.js application and automatically restart the:\n    - Server using Nodemon\n    - Browser using Browser-sync\n  - MVC structure (Model, View, Controller, Helper, Route(restful, implicit))\n  - Setup pooled MySQL connections\n  - Avoiding Callback Hell, managing callbacks in MySQL with Async.js.\n  - Provide SQL Knex query builder (Like Laravel Query Builder)\n  - Make socket.io work fine with the Express generator setup.\n  - Load environment variables from a .env file\n  - Easy Node Authentication using Passport.js\n  - `HTML-like` templating engine with Nunjucks.\n\n## Setup and Run Project\n\n- Clone source and install necessary packages\n\n```bash\n$ git clone git@github.com:euclid1990/express.git my-proj\n$ cd my-proj\n$ yarn install / npm install\n$ bower install\n```\n\n- Create new database name: `express`\n\n```\n$ mysql -u{your_username} -p{your_password}\nmysql\u003e CREATE DATABASE express\n    DEFAULT CHARACTER SET utf8\n    DEFAULT COLLATE utf8_general_ci;\n```\n\n- Import `database.sql` into `express` MySQL database\n\n```\n$ mysql -u{your_username} -p{your_password} express \u003c database.sql\n```\n\n- Run arbitrary package script to change `.env` configuration for correspondence.\n\n```\n$ npm run setup\n```\n\n![Start server](public/img/guide/npm_run_setup.png)\n\n- Start server\n\n```\n$ gulp start\n```\n\n![Setup env](public/img/guide/gulp_start.png)\n\n## Access Application\n\n```\nhttp://localhost:3000/\n```\n\n## Stop Browser-sync and Nodemon server\n\nPress `Ctr+C` or\n\n```bash\n$ sudo apt-get install lsof\n$ sudo kill -9 (lsof -i :3000 -t)\n$ sudo kill -9 (lsof -i :8000 -t)\n```","funding_links":[],"categories":["NodeJS fullstack :tada: :tada: :tada:"],"sub_categories":["Design Pattern :art: :art: :art:"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuclid1990%2Fexpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuclid1990%2Fexpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuclid1990%2Fexpress/lists"}