Skip to content

Diversity-In-DSC/DSC-WoW-Back-end

Repository files navigation

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": "test@test.com",
}
  1. api/contactus

Content-Type: application/json

{
  "username": "test",
  "email": "test@test.com",
  "subject": "test",
  "message": "test"
}

Requirements

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published