Santhoshmani1 / connect-server

Connect Server is a restful api which helps students to discover hackathon opportunities & form teams with peers.

Home Page:https://connect-server-flax.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect server

What is connect server ?

Connect server is a REST API service that backs Connect client

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.

About

Connect Server is a restful api which helps students to discover hackathon opportunities & form teams with peers.

https://connect-server-flax.vercel.app


Languages

Language:JavaScript 100.0%