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

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.

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
nodejs express mongodb

## 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.