{"id":18948605,"url":"https://github.com/bahdcoder/deploying-node-js-book-project","last_synced_at":"2026-02-27T23:16:11.102Z","repository":{"id":44023038,"uuid":"229613237","full_name":"bahdcoder/deploying-node-js-book-project","owner":"bahdcoder","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-22T13:34:19.000Z","size":2170,"stargazers_count":4,"open_issues_count":19,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-03T07:02:12.874Z","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/bahdcoder.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":"2019-12-22T18:36:35.000Z","updated_at":"2022-07-14T14:33:26.000Z","dependencies_parsed_at":"2023-01-30T10:15:27.367Z","dependency_job_id":null,"html_url":"https://github.com/bahdcoder/deploying-node-js-book-project","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahdcoder%2Fdeploying-node-js-book-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahdcoder%2Fdeploying-node-js-book-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahdcoder%2Fdeploying-node-js-book-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahdcoder%2Fdeploying-node-js-book-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bahdcoder","download_url":"https://codeload.github.com/bahdcoder/deploying-node-js-book-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223688670,"owners_count":17186298,"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-08T13:14:02.482Z","updated_at":"2026-02-27T23:16:06.070Z","avatar_url":"https://github.com/bahdcoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploying Node.js project\n\n## Getting started\n\nTo get the project running locally, \n\n- Clone this repository by running `git clone https://github.com/bahdcoder/deploying-node-js-book-project.git`\n- Run `yarn` to install all project dependencies.\n- Run `yarn dev` to start the development server\n\n## Code review\n\n### Dependencies\n- [Express.js](https://expressjs.com) - The server for handling and routing HTTP requests\n- [Mongoose](https://github.com/Automattic/mongoose) -  For modeling and mapping MongoDB data to javascript\n- [@fullstackjs/mail](https://github.com/bahdcoder/friendly-mail) - For sending emails via multiple providers in the application\n- [Dotenv](https://github.com/motdotla/dotenv) - Defines environment variables for project using a `.env` file.\n\n### Application structure\n- `server/` - The source code for all server side routes and endpoints\n- `client/` - The source code for all the client side code\n- `server/config/index.js` - Defines the configuration file from environment variables\n- `.env` - Defines environment variables\n\n## Functionality overview\nUsers can:\n\n- Register with their name, email and password\n- Login with email and password\n- Logout of application\n- Forget and reset passwords\n\n## Build project\nTo create a production build, make sure the `NODE_ENV` is set to `PRODUCTION` in the `.env` file. Then, run `yarn build`.\n\n## Start project in production\nTo start project in production, run `yarn start`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbahdcoder%2Fdeploying-node-js-book-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbahdcoder%2Fdeploying-node-js-book-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbahdcoder%2Fdeploying-node-js-book-project/lists"}