uncleabbey / brightly-backend

An education solution to help kids between 6 - 10 attends class during lockdown

Home Page:https://brightly-api.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brightly-backend Build Status

Technology Used

  • Node
  • Express
  • Babel
  • Mocha for test
  • Nyc for test
  • Mongodb

Running Locally

  • Clone or fork the repo then
  • type npm install or yarn to install packages.
  • create .env file in the root folder. and the following

SEC_KEY=string DEV_DB_URL=mongodb://localhost/blog-dev NODE_ENV=development

  • After that run npm run dev

About

An education solution to help kids between 6 - 10 attends class during lockdown

https://brightly-api.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 93.7%Language:HTML 6.3%