{"id":17353133,"url":"https://github.com/gmartins-dev/apicarros-node-mysql","last_synced_at":"2025-03-27T13:14:33.914Z","repository":{"id":104004473,"uuid":"486637834","full_name":"gmartins-dev/apiCarros-node-mysql","owner":"gmartins-dev","description":"Create Api using NodeJs and MySql for study","archived":false,"fork":false,"pushed_at":"2022-05-02T19:04:44.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T17:26:22.421Z","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/gmartins-dev.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}},"created_at":"2022-04-28T14:54:29.000Z","updated_at":"2022-05-02T19:02:10.000Z","dependencies_parsed_at":"2023-11-08T11:45:09.585Z","dependency_job_id":null,"html_url":"https://github.com/gmartins-dev/apiCarros-node-mysql","commit_stats":null,"previous_names":["gmartins-dev/apicarros-node-mysql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmartins-dev%2FapiCarros-node-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmartins-dev%2FapiCarros-node-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmartins-dev%2FapiCarros-node-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmartins-dev%2FapiCarros-node-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmartins-dev","download_url":"https://codeload.github.com/gmartins-dev/apiCarros-node-mysql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245850360,"owners_count":20682647,"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-10-15T17:15:44.135Z","updated_at":"2025-03-27T13:14:33.896Z","avatar_url":"https://github.com/gmartins-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"npm init -y\n\nnpm install express mysql dotenv cors body-parser\n\nnpm install nodemon --save-dev\n\ngit init\n\ngit branch -M main\n\ngit push origin main\n\n\nvariables =\u003e PORT=3000\n\n\"scripts\": { \"start\": \"nodemon ./src/server.js\",\n\n#creating initial routes file:\n\nconst express = require ('express') const router = express.Router()\n\nmodule.exports = router\n\n#creating initial server file:\n\nrequire('dotenv').config({path:'variables.env'}) const express = require ('express') const cors = require('cors') const bodyParser = require('body-parser')\n\nconst routes = require('./routes')\n\nconst server = express() server.use(cors()) server.use(bodyParser.urlencoded({extended:false}))\n\nserver.listen(process.env.PORT, () =\u003e { console.log(Server running on: http://localhost:${process.env.PORT}) })\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmartins-dev%2Fapicarros-node-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmartins-dev%2Fapicarros-node-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmartins-dev%2Fapicarros-node-mysql/lists"}