{"id":19298799,"url":"https://github.com/devinceble/baseserver","last_synced_at":"2025-02-24T01:15:49.988Z","repository":{"id":21742354,"uuid":"25064166","full_name":"devinceble/BaseServer","owner":"devinceble","description":null,"archived":false,"fork":false,"pushed_at":"2014-12-12T06:09:13.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-08-01T12:19:26.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/devinceble.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":"2014-10-11T05:20:21.000Z","updated_at":"2023-08-01T12:19:26.519Z","dependencies_parsed_at":"2022-08-19T01:31:57.167Z","dependency_job_id":null,"html_url":"https://github.com/devinceble/BaseServer","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinceble%2FBaseServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinceble%2FBaseServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinceble%2FBaseServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinceble%2FBaseServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devinceble","download_url":"https://codeload.github.com/devinceble/BaseServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240400334,"owners_count":19795332,"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-11-09T23:09:09.851Z","updated_at":"2025-02-24T01:15:49.524Z","avatar_url":"https://github.com/devinceble.png","language":"Go","readme":"#BaseServerStruct\n\nVersion: *** v0.0.2 ***\n\nBase Server Structure for Client Web Applications\n\nMy personal Starter Kit for Building Client Server for Web Application and PhaserJS Game\n\n--------\n###Change Log\n\n*** v0.0.2 ***\n\n  * Fixed Convey\n\n*** v0.0.1b Beta Release ***\n\n  * Routes\n  * Models\n  * Migrations\n  * Tests\n  * Sockets\n\n--------\n\n### Building Dependencies and Structure\n\n####Dependencies\n```\ngo 1.3.x\n```\n\n####Install Build Dependencies\n\n```bash\n#Create Database\n  eg.\n    MYSQL\n    $ mysql -u root -p\n    mysql\u003e CREATE SCHEMA databasename;\n\n#Configure Server\n  mv Configs/Conf.go.example Configs/Conf.go\n  //Change Database Connection and Server Settings\n  vim Configs/Conf.go\n\n#Initialize Server\n$ go get\n$ BaseServer migrate\n\n#Running Debug Server\n$ BaseServer start \u003cPORT\u003e\n\n#Running Production Server\n$ foreman start\n\n#Deploying Server\n$ foreman export FORMAT LOCATION\n\n#Don't Forget to Create test dbase\n#and change config at Configs/Conf.go to the test dbase name\n#Testing Server\n$ go get github.com/smartystreets/goconvey\n$ goconvey\nOR\n$ go test -v ./...\n\n```\n\n#####Access Browser\nhttp://localhost:8000/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinceble%2Fbaseserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevinceble%2Fbaseserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinceble%2Fbaseserver/lists"}