https://github.com/aloysjehwin/nodejs_projects
A centralized repository for Node.js projects, each in a separate branch. The main branch provides documentation and links to different projects for easy navigation.
https://github.com/aloysjehwin/nodejs_projects
aws ejs expressjs jsx mysql nodejs react-native reactjs rest-api soap-api
Last synced: about 1 year ago
JSON representation
A centralized repository for Node.js projects, each in a separate branch. The main branch provides documentation and links to different projects for easy navigation.
- Host: GitHub
- URL: https://github.com/aloysjehwin/nodejs_projects
- Owner: AloysJehwin
- License: mit
- Created: 2025-03-01T11:26:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T18:03:52.000Z (about 1 year ago)
- Last Synced: 2025-04-15T01:17:04.427Z (about 1 year ago)
- Topics: aws, ejs, expressjs, jsx, mysql, nodejs, react-native, reactjs, rest-api, soap-api
- Homepage:
- Size: 395 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js Projects Repository
Welcome to the **Node.js Projects Repository**! This repository serves as a central hub for various Node.js projects, each of which is maintained in its respective branch. The **main** branch is only for documentation and navigation purposes.
## Overview
This repository contains multiple Node.js projects, categorized and stored in separate branches. Each project focuses on different aspects of backend development, ranging from REST APIs and authentication systems to real-time applications and microservices.
## Available Branches & Projects
Below is a list of available branches, each containing a different Node.js project:
| Branch Name | Project Description | Repository Link |
|----------------------|--------------------|----------------|
| `Heart_Rate_Analyser` | A user authenticated heart rate analysis model | [Heart Rate Analyser Repo](https://github.com/AloysJehwin/NodeJS_Projects/tree/Heart_Rate_Analyser) |
| `Movie-Explorer` | A TMBD API implemented user driven page | [Movie Explorer Repo](https://github.com/AloysJehwin/NodeJS_Projects/tree/Movie-Explorer) |
| `Weather Dashboard` | A React weather dashbopard with open weather API | [Weather App Repo](https://github.com/AloysJehwin/NodeJS_Projects/tree/Weather_App) |
| `qr_generator` | A Express implemented QR_Code generator | [QR_Generator Repo](https://github.com/AloysJehwin/NodeJS_Projects/tree/qr_generator) |
## How to Access a Project
To access a specific project, simply switch to the desired branch:
```sh
# Example: Switch to the Weather App branch
git checkout Weather_App
```
If you haven't cloned the repository yet, you can do so with:
```sh
git clone https://github.com/AloysJehwin/NodeJS_Projects
cd NodeJS_Projects
git checkout Heart_Rate_Analyser
```
If you want access a specific branch as project
```sh
git clone --branch --single-branch https://github.com/AloysJehwin/NodeJS_Projects
cd NodeJS_Projects
```
## Prerequisites
Each project may have its own dependencies and setup instructions. Please refer to the `README.md` file in the respective branch for detailed installation and usage guides.
## Contributions
Feel free to contribute to any project by creating a new branch and submitting a pull request. If you have suggestions for new projects, open an issue!
## Contact
For any questions or collaboration opportunities, reach out to us at [aloysjehwin@gmail.com](aloysjehwin@gmail.com).
Happy coding!