Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Github Oauth2


logo

# 📗 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

**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.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Get the information from the Github Profile**
- **Sign in the Oauth2 with github**
- **Sigin with Ej**

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Authors

👤 **Cesar Valencia**

- GitHub: [@githubhandle](https://github.com/cvalencia1991)
- Twitter: [@twitterhandle](https://twitter.com/cvalenciaguilar)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/cvalenciaguilar/)

(back to top)

## 🔭 Future Features

- [ ] **Implement testing with the authorization**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give me a star ⭐️

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank to codecademy for the information and how to implemente the authorizatrion

(back to top)

## ❓ FAQ

- **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

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)