Skip to content

Training api project for the familink mobile application

License

Notifications You must be signed in to change notification settings

bewizyu/familink-api

Repository files navigation

Familink API

Description

Training api project for the familink mobile application.

Development

Prerequisites

  • Node.js v8+ must be installed
  • MongoDB must be install

Depencencies

  • Clone this repository

  • install npm dependencies

    npm i

Environment

  • There are 2 environments (dev, prod) which are configurable by the NODE_ENV variable
    NODE_ENV=dev;
  • MongoDB URI
    MONGODB_ADDON_URI=mongodb://localhost/familink;
  • JWT hash secret (optional)
    JWT_SECRET=NikoJWT123456#@TEST

Run API

    NODE_ENV=dev MONGODB_ADDON_URI=mongodb://localhost/familink JWT_SECRET=@test?- npm start

API Documentation

  • Postman file: ./postman/familink-api.postman_collection
  • Authentication

About

Training api project for the familink mobile application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published