{"id":49453691,"url":"https://github.com/projectweekend/Node-Backend-Seed","last_synced_at":"2026-06-18T22:00:57.196Z","repository":{"id":16912392,"uuid":"19673585","full_name":"projectweekend/Node-Backend-Seed","owner":"projectweekend","description":"A nice starting point for a restful JSON API that includes: Express.js, Mongoose.js, token based authentication, and a portable environment using Vagrant/Docker/Compose.","archived":false,"fork":false,"pushed_at":"2015-05-25T01:43:27.000Z","size":363,"stargazers_count":43,"open_issues_count":0,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-02T06:38:28.449Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/projectweekend.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-11T18:11:34.000Z","updated_at":"2020-05-06T16:25:12.000Z","dependencies_parsed_at":"2022-09-24T11:00:56.279Z","dependency_job_id":null,"html_url":"https://github.com/projectweekend/Node-Backend-Seed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/projectweekend/Node-Backend-Seed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectweekend%2FNode-Backend-Seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectweekend%2FNode-Backend-Seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectweekend%2FNode-Backend-Seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectweekend%2FNode-Backend-Seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectweekend","download_url":"https://codeload.github.com/projectweekend/Node-Backend-Seed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectweekend%2FNode-Backend-Seed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34508867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-04-30T04:01:03.703Z","updated_at":"2026-06-18T22:00:57.188Z","avatar_url":"https://github.com/projectweekend.png","language":"JavaScript","funding_links":[],"categories":["📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"A nice starting point for a restful JSON API that includes:\n* No static file serving or server side templating. This project is all about the data.\n* The latest [Express.js](http://expressjs.com/) web application framework (v4.x)\n* Token based authentication using [express-jwt](https://www.npmjs.org/package/express-jwt) middleware\n* [Mongodb](http://www.mongodb.org/) and [Mongoose ODM](http://mongoosejs.com/)\n* Portable and isolated development environment using [Vagrant](http://www.vagrantup.com/), [Docker](https://www.docker.io/), and [Docker Compose](https://docs.docker.com/compose/)\n\n\n### Getting Started\n\nBefore getting started, make sure you have [Vagrant installed](http://www.vagrantup.com/downloads.html).\n\n* Clone this repo: `git clone https://github.com/projectweekend/Node-Backend-Seed.git New-Name`\n* Change directory: `cd New-Name`\n* Launch the Vagrant VM: `vagrant up`\n* SSH into the VM: `vagrant ssh`\n* Change directory into the project root: `cd /vagrant`\n* Launch the API app and database containers: `docker-compose up`\n\n#### Getting Started Notes\n\n* The first time you issue the `vagrant up` commmand the base box for the VM will be downloaded and provisioned automatically according to the project's `Vagrantfile`. This may take a little while to complete depending on the speed of your network connection. Subsequent launches using `vagrant up` will run much faster. For more information about other Vagrant commands, [check out the documentation](http://docs.vagrantup.com/v2/cli/index.html).\n* The first time you issue the `docker-compose up` command the base NodeJS and MongoDB containers will be downloaded from the Docker Registry, according to the project's `docker-compose.yml` and `Dockerfile`. This may take a little while to complete depending on the speed of your network connection. Subsequent launches using `docker-compose up` will run much faster. For more information about Docker Compose, [check out the documentation](https://docs.docker.com/compose/).\n\n### Project Organization Notes\n\n* Use the `/routes/index.js` file for mapping route handler functions to URLs. This helps keep `app.js` from getting cluttered.\n* Route handlers, and all the supporting items they require, are defined in `/api`.\n* Mongoose models related to each handler module are managed in `/api/module_name/models.js`\n* Simple *authentication* and *signup* routes are already active in the seed application. These exist as part of the `/api/user` module.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectweekend%2FNode-Backend-Seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectweekend%2FNode-Backend-Seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectweekend%2FNode-Backend-Seed/lists"}