git clone https://github.com/Diversity-In-DSC/DSC-WoW-Backend.git
cd DSC-WoW-Backend
npm i
npm start
- api/user/register
Content-Type: application/json
{
"username": "test",
"email": "[email protected]",
}
- api/contactus
Content-Type: application/json
{
"username": "test",
"email": "[email protected]",
"subject": "test",
"message": "test"
}
config.json
in project root directory : firebase service account