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
- Host: GitHub
- URL: https://github.com/sliit-foss/rsvp
- Owner: sliit-foss
- Created: 2020-12-07T17:53:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T14:55:58.000Z (over 2 years ago)
- Last Synced: 2025-03-26T03:03:31.020Z (9 months ago)
- Topics: api, api-client, expressjs, hacktoberfest, rsvp
- Language: JavaScript
- Homepage: https://api-rsvp.cyclic.cloud/
- Size: 388 KB
- Stars: 12
- Watchers: 5
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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