Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 771 Bytes

File metadata and controls

30 lines (19 loc) · 771 Bytes

Team-legends-backend

This server is created with node(express) for team-legends coinbase app

Installation as.

Clone the repo e.g git clone .....
Run npm install or yarn install to install the dependencies depending on your enviroment.

  • you need node version 10 and higher to run this project.

Use npm start or yarn start to spin up the server, this activates the nodemon packages for auto restarts.

Project structure.

  • server
  • We've followed Airbnb Coding standard with a Eslint ,to keep things in line,clean,consistent and standard.
  • Jwt implementation.
  • Mongoose implementatiom
  • Enviroment variables to hold configuration values .env file.

Features

  • Endpoints
  • Authentication
  • Authorization

Licences

MIT