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.
- Host: GitHub
- URL: https://github.com/simran1002/googleguardian
- Owner: simran1002
- Created: 2024-01-11T14:05:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T18:17:54.000Z (over 2 years ago)
- Last Synced: 2025-07-22T17:44:39.366Z (11 months ago)
- Topics: expressjs, googleauth, mongoose, nodejs, nodemailer, razorpay
- Language: EJS
- Homepage: https://googleguardian.onrender.com
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```