adityabilgundi-1738 / competition-management-system

for managing college events/competitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to CMS-API๐Ÿ‘‹

Documentation License: ISC

CMS-API is a Backend API for a website used for creating and managing events held by clubs or organizations in colleges.

๐Ÿ  Homepage

Local Development Environment Setup

Install all dependencies

npm install

Configure Environment Variables

set your environment variables in a .env file, use .env.sample for reference

Run the development server

npm run dev

To run server with live reload enabled use

npm run devc

Linting and Formatting

to lint the code

npm run lint

To fix auto fixable lint issues use

npm run format

Make sure to format your code before submitting a PR.

Contributors

๐Ÿ‘ค NITK-KODE

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide. Discussions can be found here.

Show your support

Give a โญ๏ธ if this project helped you!

๐Ÿ“š Documentation

Hirearchy Level of userTypes: admin > mod > eventmanager > user

api Documententation will be added soon.


This README was generated with โค๏ธ by readme-md-generator

About

for managing college events/competitions

License:MIT License


Languages

Language:JavaScript 99.1%Language:Dockerfile 0.9%