caieu / true-friends-api

Api service for true-friends project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

true-friends-api

Install Packages

  • Run npm install at project root folder.
  • Create a .env file at project root folder, with two variables: DB_CONNECTION, is the address of your mongodb, and TOKEN_SECRET, a md5 used to generate the api tokens.

Run the service

  • Run npm start at project root folder.

About

Api service for true-friends project.


Languages

Language:JavaScript 100.0%