https://github.com/santhoshmani1/connect-server
Connect Server is a restful api which helps students to discover hackathon opportunities & form teams with peers.
https://github.com/santhoshmani1/connect-server
express nodejs rest-api
Last synced: about 1 month ago
JSON representation
Connect Server is a restful api which helps students to discover hackathon opportunities & form teams with peers.
- Host: GitHub
- URL: https://github.com/santhoshmani1/connect-server
- Owner: Santhoshmani1
- Created: 2023-12-25T13:16:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T11:22:35.000Z (over 1 year ago)
- Last Synced: 2025-01-02T12:27:35.527Z (over 1 year ago)
- Topics: express, nodejs, rest-api
- Language: JavaScript
- Homepage: https://connect-server-flax.vercel.app
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect server
### What is connect server ?
Connect server is a REST API service that backs [Connect client](https://connectdev.vercel.app)
### Technologies used

## Project structure
```
|-- middleware
| |--auth.js // for jwt token generation and verification
|
|-- routes // Router Middleware for express app
| |-- userRouter.js
| |-- membersRouter.js
| |-- teamsRouter.js
| |-- hackathonsRouter.js
|
|-- schemas
|
|--.gitignore
|-- index.js
|-- package-lock.json
|-- package.json
```
### Features
- User Authorization with Json Web Tokens (**JWT**)
- Password Hashing with Bcrypt.
- API support for users & teams in real time.