{"id":15593745,"url":"https://github.com/kasvith/typescript-express-jwt-mongo-boilerplate","last_synced_at":"2025-03-29T10:13:39.056Z","repository":{"id":94243796,"uuid":"342217189","full_name":"kasvith/typescript-express-jwt-mongo-boilerplate","owner":"kasvith","description":"Typescript Express JWT Mongo Boilerplate","archived":false,"fork":false,"pushed_at":"2021-02-25T18:33:45.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-04T08:44:18.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/kasvith.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-25T11:08:25.000Z","updated_at":"2021-02-25T18:33:48.000Z","dependencies_parsed_at":"2023-03-13T17:03:54.181Z","dependency_job_id":null,"html_url":"https://github.com/kasvith/typescript-express-jwt-mongo-boilerplate","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"8bd118b58987b1cbdbc4e5c94fcd871b61ed7525"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasvith%2Ftypescript-express-jwt-mongo-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasvith%2Ftypescript-express-jwt-mongo-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasvith%2Ftypescript-express-jwt-mongo-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasvith%2Ftypescript-express-jwt-mongo-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasvith","download_url":"https://codeload.github.com/kasvith/typescript-express-jwt-mongo-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246168110,"owners_count":20734390,"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-03T00:21:15.611Z","updated_at":"2025-03-29T10:13:39.024Z","avatar_url":"https://github.com/kasvith.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express Mongo JWT Boilerplate [![Build Status](https://travis-ci.org/kasvith/express-mongo-jwt-boilerplate.svg?branch=master)](https://travis-ci.org/kasvith/express-mongo-jwt-boilerplate)\n\n## Installation\n\n- Install NodeJS, MongoDB\n- Install `npm` or `yarn`\n- Rename `.env.example` to `.env`\n- Fulfill `.env` data\n- Start MongoDB\n- Run `yarn run dev` or `npm run dev`\n- Check `http://localhost:3000/api/status` to see it works\n\n## With Docker\n\n- Make sure you have installed `Docker` and `Docker Compose`\n- Just run `docker-compose up` to start the server\n\n## Configuration\n\n| Name                 | Description                                                                           | Example                              |\n|----------------------|---------------------------------------------------------------------------------------|--------------------------------------|\n| NODE_ENV             | Environment for node js                                                               | \"development\", \"production\", \"test\"                |\n| APP                  | Name of the application                                                               | My cool express app                  |\n| PORT                 | Port to run the application (if you run in **heroku** this will setup  automatically) | 3000                                 |\n| HOSTNAME             | Host name for running the application                                                 | http://localhost:3000                |\n| APP_SECRET           | Secret for running app. Use a strong hash in production and make sure to rotate it    | ddd36434-80fe-4f18-b3b6-e645697f7b84 |\n| MONGOURI             | MongoDB connection URI                                                                | mongodb://localhost:27017/yourapp    |\n| MONGOTESTURI         | MongoDB connection URI for testing                                                    | mongodb://localhost:27017/test-app   |\n| TRANSPORTER_HOST     | Mail server host                                                                      | smtp.mymailer.com                    |\n| TRANSPORTER_PORT     | Mail server port                                                                      | 2525                                 |\n| TRANSPORTER_USERNAME | Mail server username                                                                  | harrypotter                          |\n| TRANSPORTER_PASSWORD | Mail server password                                                                  | alohomora                            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasvith%2Ftypescript-express-jwt-mongo-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasvith%2Ftypescript-express-jwt-mongo-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasvith%2Ftypescript-express-jwt-mongo-boilerplate/lists"}