{"id":22249458,"url":"https://github.com/zeroidentidad/go-postgres-jwt-react","last_synced_at":"2025-03-25T12:14:44.180Z","repository":{"id":101664818,"uuid":"286161475","full_name":"zeroidentidad/go-postgres-jwt-react","owner":"zeroidentidad","description":"JWT authentication in React client with Go server","archived":false,"fork":false,"pushed_at":"2020-08-09T03:56:05.000Z","size":214,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T11:11:13.280Z","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/zeroidentidad.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":"2020-08-09T03:43:17.000Z","updated_at":"2021-09-15T22:37:52.000Z","dependencies_parsed_at":"2023-06-07T15:00:39.771Z","dependency_job_id":null,"html_url":"https://github.com/zeroidentidad/go-postgres-jwt-react","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/zeroidentidad%2Fgo-postgres-jwt-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroidentidad%2Fgo-postgres-jwt-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroidentidad%2Fgo-postgres-jwt-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroidentidad%2Fgo-postgres-jwt-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeroidentidad","download_url":"https://codeload.github.com/zeroidentidad/go-postgres-jwt-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245458703,"owners_count":20618697,"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-12-03T06:26:44.975Z","updated_at":"2025-03-25T12:14:44.133Z","avatar_url":"https://github.com/zeroidentidad.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go-React template\n![](https://awebytes.files.wordpress.com/2020/08/logo.png)\n\nEste es un ejemplo boilerplate/starter para un proyecto en Golang (con postgres) y React.\n\n*Se utiliza gin framework en go.\n\n## Uso\n\nClonar o descargar este repositorio\n\nUtilizar scripts en el archivo [server/db/.psql](./server/db/.psql) para configurar la base de datos.\n\nIngresar las credenciales de conexion a DB en el archivo [server/config/config.go](./server/config/config.go) \n\nNavegar al directorio **server** ya teniendo las configuraciones previas.\n\n```bash\n\u003e cd server\n\u003e go run .\n```\n\nEsto iniciará el servidor Go.\n\nPara iniciar la aplicación React, navegar hasta el directorio **client**\n\n```bash\n\u003e cd client\n\u003e yarn install\n\u003e yarn start\n```\n### EndPoints\n\n* /session [GET]\n\n* /register [POST]\n```js\n       { \n         name String,\n         email String,\n         password String\n       }\n```\n\n* /login [POST]\n```js\n       { \n         email String,\n         password String\n       }\n```\n\n* /createReset [POST]\n```js\n       {\n         email String\n       }\n```\n\n* /resetPassword [POST]\n```js\n       {\n         id Int,\n         password String,\n         confirm_password String\n       }\n```\n\n## Rutas\n\n* /login\n\n* /register\n\n* /session\n\n* /createReset\n\n* /resetPassword\n\n\n## Contribuir\nPull requests son bienvenidas. Para cambios importantes, primero abrir un issue para discutir qué le gustaría cambiar.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroidentidad%2Fgo-postgres-jwt-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeroidentidad%2Fgo-postgres-jwt-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroidentidad%2Fgo-postgres-jwt-react/lists"}