{"id":24601413,"url":"https://github.com/djchie/node-express-sequelize","last_synced_at":"2025-04-30T22:51:50.314Z","repository":{"id":78062857,"uuid":"43178183","full_name":"djchie/node-express-sequelize","owner":"djchie","description":"A starting point for a webapp using Node, Express, and Sequelize for SQL databases","archived":false,"fork":false,"pushed_at":"2015-10-05T04:49:39.000Z","size":8223,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T20:43:10.356Z","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/djchie.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}},"created_at":"2015-09-25T22:21:25.000Z","updated_at":"2021-06-06T09:35:14.000Z","dependencies_parsed_at":"2023-03-08T03:30:29.591Z","dependency_job_id":null,"html_url":"https://github.com/djchie/node-express-sequelize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djchie%2Fnode-express-sequelize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djchie%2Fnode-express-sequelize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djchie%2Fnode-express-sequelize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djchie%2Fnode-express-sequelize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djchie","download_url":"https://codeload.github.com/djchie/node-express-sequelize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251795424,"owners_count":21645020,"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-01-24T14:48:58.743Z","updated_at":"2025-04-30T22:51:50.296Z","avatar_url":"https://github.com/djchie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Development Setup\n\nTerminal 1\n  nodemon server.js\n\nTerminal 2\n  psql from the PostgreSql desktop app\n\n# Database Commands\n\n  - Create a new database\n  - 'CREATE DATABASE db_name;'\n\n  - Delete a database\n  - 'DROP DATABASE db_name;'\n\n  - Show a list of databases\n  - '\\list or \\l'\n\n  - Use a database\n  - '\\connect db_name or \\c db_name'\n\n  - Show a list of tables\n  - '\\dt'\n\n  - Describe a table\n  - '\\d+ \"db_name\"'\n\n# Testing\n\n  - GET http://localhost:8080/products/i/s/s\n  - To get all items\n\n  - Use Postman\n  - POST http://localhost:8080/product\n  - Create new product\n\n# Todos\n  - Add in your models in the server/models/ folder\n    - Follow examples in folder for help\n  - Add in routes in your server/server.js file\n    - Follow examples in the file for help\n  - Modify package.json to inclue db of your choice\n  - Add in database names to the config/config.json file\n  - Build front end using framework of your choice\n\n# Development Todos\n  - Separate express routers and database calls\n\n# Development\n  - Start database server\n  - nodemon server.js","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjchie%2Fnode-express-sequelize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjchie%2Fnode-express-sequelize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjchie%2Fnode-express-sequelize/lists"}