sfeast / nft-market-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server

A basic Node.js app using Express 4 & a few npm plugins.

Running Locally

Make sure you have Node.js installed.

$ npm install
$ npm start

Your app should now be running on localhost:5000.

Firebase

The Firebase secret key is not included here since it would give full admin rights to my account. So you will need to set up your own Firebase account / DB at https://firebase.google.com/ and generate a new private key to use in the app.

About

License:Apache License 2.0


Languages

Language:JavaScript 99.9%Language:Procfile 0.1%Language:Shell 0.0%