Skip to content

OdinsVault/simply-backend

Repository files navigation

Simply API

Dev build(in dev branch) is deployed in

https://simply-server.herokuapp.com

  • API is prefixed with current version v1
  • Server deployment can be verified by above url(GET to BASE_URL)
  • To checkout the APIs refer the below section
    • View online API doc/import the latest API collection to postman

API documentation

view online: https://documenter.getpostman.com/view/14306889/TWDfDYXA

Run in Postman


Environment variables

Variable Description
MONGO_ATLAS_PW MongoDB Atlas Cluster password
BASE_URL Base URL of the app(Domain)
JWT_KEY Key string to generate JWTs
ADMIN_EMAILS Comma seperated string of all emails of admins
ADMIN_PASSWORDS Comma seperated passwords indexes matching to each Admin email
ORIGINS Allowed origin domains as a comma delimited string : default *

About

This is the new backend for simply web platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published