jonnyk20 / oxcord-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oxcord Auth Server

A server for routing the auth request on oxcord.io

Running Locally

Make sure you have Node.js

$ Clone this rep
$ cd node-js-getting-started
$ npm install
$ npm start

Your app should now be running on localhost:5300.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

About


Languages

Language:JavaScript 50.8%Language:HTML 49.2%