/koobo-core

Central backend for powering Koobo's web and mobile applications. This backend exposes services endpoints to which Mobile and Web backends connect to.

Primary LanguageJavaScript

Koobo-Core

Usage

create a .env file using the .env.sample as an example
npm install
npm run dev

Endpoints

POST /api/v1/signup
POST /api/v1/login    // Gives back a token
POST /api/v1/password-reset    
POST /api/v1/password-reset/userId/token    
GET /api/v1/welcome   // send a token in the header with the x-access-token key