smakosh / beaf-api

Beaf Rest API bootstrapped in 24 hours.

Home Page:https://api.beafapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Before running anything locally, create a .env file and initialize your env variable like so:

DB=mongodb://localhost:27017/beaf
SECRET_KEY=NSA
REACT_APP_URL=http://localhost:3000 // when cors is enabled, this will be the only origin to send requests

Docker

docker-compose up

Visit: localhost:5000

About

Beaf Rest API bootstrapped in 24 hours.

https://api.beafapp.com


Languages

Language:JavaScript 99.6%Language:Dockerfile 0.4%