An open API service indexing awesome lists of open source software.

https://github.com/sliit-foss/rsvp

Backend API for Event Management System of SLIIT FOSS Community
https://github.com/sliit-foss/rsvp

api api-client expressjs hacktoberfest rsvp

Last synced: 8 months ago
JSON representation

Backend API for Event Management System of SLIIT FOSS Community

Awesome Lists containing this project

README

          

# SLIIT FOSS RSVP

[Postman API Documentation](https://documenter.getpostman.com/view/16352758/Tzeak76G)

## Contribution Guide

1. Fork the repository

2. Clone the repository

```
git clone https://github.com/sliit-foss/rsvp.git
```

3. Create Feature branch and checkout
_Replace with meaningful name. For an example navbar. See the guide for the more details [Link](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow)_

```
git checkout -b feature/
```

4. Do your modifications

5. Stage Changes and commit

```
git add .
git commit -m ""
```

6. Push Changes

```
git push --set-upstream origin feature/
```

7. Make a Pull Request.
_See the guide for more details [Link](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)_

[Read More](https://github.com/sliit-foss/zero2hero/blob/master/docs/git/git.md)

## Note

1. Use [semantic comments](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716)
2. Write documentation ([jsdocs](https://jsdoc.app/))
3. Write unit and integration tests for everything you write.

# Contributors