Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 536 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 536 Bytes

DSC WoW - Backend

Getting Started

git clone https://github.com/Diversity-In-DSC/DSC-WoW-Backend.git

cd DSC-WoW-Backend

npm i

npm start

Public APIs

  1. api/user/register

Content-Type: application/json

{
  "username": "test",
  "email": "[email protected]",
}
  1. api/contactus

Content-Type: application/json

{
  "username": "test",
  "email": "[email protected]",
  "subject": "test",
  "message": "test"
}

Requirements

  1. config.json in project root directory : firebase service account