Skip to content

User-XP/Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. Run npm install
  2. Create config/keys.js
    Visit https://developers.google.com/identity/sign-in/web/sign-in#before_you_begin to create the google auth credentials.
module.exports = {
   google: {
       clientID: "CLIENT ID HERE",
       clientSecret: "SECRET KEY HERE"
   },
   mongodb: {
       dbURI: "DB URI HERE"
   },
   session: {
       cookieKey: "COOKIE NAME HERE"
   }
}
  1. Run node app

Note: Make sure to keep the database running first.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors