ShehanSanjula / rsvp

Backend API for Event Management System of SLIIT FOSS Community

Home Page:https://rsvp-backend.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SLIIT FOSS RSVP

Postman API Documentation

Contribution Guide

  1. Fork the repository

  2. Clone the repository

git clone https://github.com/sliit-foss/rsvp.git
  1. Create Feature branch and checkout Replace <BRANCH_NAME> with meaningful name. For an example navbar. See the guide for the more details Link
git checkout -b feature/<BRANCH_NAME>
  1. Do your modifications

  2. Stage Changes and commit

git add .
git commit -m "<Commit message>"
  1. Push Changes
git push --set-upstream origin feature/<BRANCH_NAME>
  1. Make a Pull Request. See the guide for more details Link

Read More

Note

  1. Use semantic comments
  2. Write documentation (jsdocs)
  3. Write unit and integration tests for everything you write.

Contributors

About

Backend API for Event Management System of SLIIT FOSS Community

https://rsvp-backend.herokuapp.com/


Languages

Language:JavaScript 98.1%Language:Dockerfile 1.6%Language:Shell 0.3%