Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvalencia1991/github-oauth-app
This project brings the way to do the implement Nodejs with authentication
https://github.com/cvalencia1991/github-oauth-app
github nodejs-server oauth2
Last synced: 16 days ago
JSON representation
This project brings the way to do the implement Nodejs with authentication
- Host: GitHub
- URL: https://github.com/cvalencia1991/github-oauth-app
- Owner: cvalencia1991
- Created: 2023-08-19T00:32:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T21:57:28.000Z (over 1 year ago)
- Last Synced: 2024-11-08T13:14:55.493Z (2 months ago)
- Topics: github, nodejs-server, oauth2
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Github Oauth2
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**GitHub Authentication** This Application brings the way in nodejs to use authentication with any profile using Nodejs as a framework and EJS in the front end.
Client
- **Get the information from the Github Profile**
- **Sign in the Oauth2 with github**
- **Sigin with Ej**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
npm install
dotenv create a new file and and the GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/cvalencia1991/github-oauth-app.git
```
### Install
Install this project with:
```sh
cd my-project
npm install
```
--->
### Usage
To run the project, execute the following command:
```sh
npm run dev
```
--->
### Run tests
To run tests, run the following command:
> working on it
### Deployment
You can deploy this project using:
```sh
Nodejs
```
👤 **Cesar Valencia**
- GitHub: [@githubhandle](https://github.com/cvalencia1991)
- Twitter: [@twitterhandle](https://twitter.com/cvalenciaguilar)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/cvalenciaguilar/)
- [ ] **Implement testing with the authorization**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give me a star ⭐️
> Give credit to everyone who inspired your codebase.
I would like to thank to codecademy for the information and how to implemente the authorizatrion
- **what other library could you use to deploy the front end of the page?**
- you could use HandleBars
- **what other library could you use to deploy the project?**
- nestJs
This project is [MIT](./LICENSE) licensed.