{"id":24797558,"url":"https://github.com/dylanlott/builtright-server","last_synced_at":"2025-03-24T21:20:10.901Z","repository":{"id":76955212,"uuid":"83009809","full_name":"dylanlott/builtright-server","owner":"dylanlott","description":"Nodal server using PostgreSQL for www.builtrightapp.com","archived":false,"fork":false,"pushed_at":"2017-04-11T20:21:54.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T01:29:46.073Z","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/dylanlott.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":"2017-02-24T06:35:51.000Z","updated_at":"2017-02-24T06:36:34.000Z","dependencies_parsed_at":"2023-03-11T23:39:10.061Z","dependency_job_id":null,"html_url":"https://github.com/dylanlott/builtright-server","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/dylanlott%2Fbuiltright-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fbuiltright-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fbuiltright-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fbuiltright-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylanlott","download_url":"https://codeload.github.com/dylanlott/builtright-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245352131,"owners_count":20601097,"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-30T01:28:38.436Z","updated_at":"2025-03-24T21:20:10.892Z","avatar_url":"https://github.com/dylanlott.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Nodal Application\n\n## Running Locally\n\n```sh\nnodal s\n```\n\nYour app should now be running on [localhost:3000](http://localhost:3000/).\n\nGenerated by [Nodal](http://nodaljs.com)\n\n# Hand Deploy with Docker\n\n### For development\n```sh\ndocker run -d --name builtrightpostgres -p 5432:5432 -v builtright-pg:/var/lib/postgresql/data -e POSTGRES_DB=builtright_nodal_development -e POSTGRES_USER=postgres postgres:latest\n```\n\n### For production: \n```\ndocker run -d --name builtrightpostgres -p 5432:5432 -v builtright-pg:/var/lib/postgresql/data -e POSTGRES_DB=builtright_nodal_production -e POSTGRES_USER=postgres postgres:latest -e POSTGRES_PASSWORD=\"superdopepassword\"\n```\n\n```sh\ndocker build -t builtright-nodal .\n```\n\nIf you've started the database container before, you can simply run:\n\n```sh\ndocker start builtrightpostgres\n```\n\n## Documentation\n\n### Login\n\nPOST `/access_token`\n\n```json\n{\n    \"username\": \"dylanlott\",\n    \"password\": \"password\",\n    \"grant_type\": \"password\"\n}\n```\n\n### Sign Up\n\nPOST `/users`\n\n```json\n{\n    \"email\": \"\u003cemail\u003e\",\n    \"username\": \"\u003cusername\u003e\",\n    \"password\": \"\u003cpassword\u003e\"\n}\n```\n\nEmail is an optional argument.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanlott%2Fbuiltright-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylanlott%2Fbuiltright-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanlott%2Fbuiltright-server/lists"}