Insiyaa / My-Archives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Archives

Keep track of your daily events, and view those shared by people.

This app uses Node.js/Express/MongoDB with Google OAuth for authentication

Usage

Add your mongoDB URI and Google OAuth credentials to the config/config.env file in the following format:

PORT = 3000
MONGO_URI = 
GOOGLE_CLIENT_ID = 
GOOGLE_CLIENT_SECRET = 

Install dependencies

npm install

Run in development

npm run dev

Run in production

npm start

About


Languages

Language:JavaScript 56.6%Language:Handlebars 42.2%Language:CSS 1.2%