Skip to content

App for players to find and join the events they are interested in. Organizers can create an events also.

Notifications You must be signed in to change notification settings

Nitesh-Samaniya/sport-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Sport Events

About the Assignment

Our app is a platform for sports enthusiasts to find and join sports events near them. With our app, users can browse a list of available events, view details about each event, and join the events they are interested in. The app allows users to create their own events and set a limit on the number of players, as well as view the list of players who have joined the event.


Backend API Reference

Request Route Links
POST To create an account(Role based) https://sport-event-mdcf.onrender.com/user/signup.
POST To Login (Role based) https://sport-event-mdcf.onrender.com/user/login.
GET To get all the events https://sport-event-mdcf.onrender.com/event.
POST To create an event https://sport-event-mdcf.onrender.com/event.
PUT Player can join an event https://sport-event-mdcf.onrender.com/event/:id.
GET To search an event by keyword https://sport-event-mdcf.onrender.com/event/search?keyword=${keyword}.

Run Locally

Clone the project

  git clone https://github.com/Nitesh-Samaniya/sport-events.git

Go to the project directory

  cd client
  cd server

Install dependencies

  npm install

Start the server

  npm run start

About

App for players to find and join the events they are interested in. Organizers can create an events also.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published