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

https://github.com/simran1002/googleguardian

Developed a Google authentication-based workshop registration website. Implemented email automation and secure payment gateways, enhancing user experience.
https://github.com/simran1002/googleguardian

expressjs googleauth mongoose nodejs nodemailer razorpay

Last synced: 2 months ago
JSON representation

Developed a Google authentication-based workshop registration website. Implemented email automation and secure payment gateways, enhancing user experience.

Awesome Lists containing this project

README

          

## GoogleGuardian

## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/en/)

### How to run
1. Clone the repository
```bash
git clone https://github.com/simran1002/GoogleGuardian.git
```

2. Open the project directory
```bash
cd GoogleGuardian
```

3. Install dependencies
```
npm install
```

4. Add a .env file to the root directory with the following variables
```
DB_URI=
PORT=5000
```

5. Run the server
```
npm start
```
or to run in development mode
```
npm run dev
```