An web-app where you can make your profile to host and show it to other people globally. You can mention your Education, Projects, Achievements and you coding profiles on a single platform.
- NodeJs
- ReactJs
- Redux
- CSS
- Material UI
- Axios
- NodeJs
- ExpressJs
- MongoDb / Mongoose
- BcryptJs
- JWT Token
API | Method | Function |
---|---|---|
/api/auth/user |
POST | Creates an user with required Credentials |
/api/auth/user |
GET | find and send the detail of the user with the help of auth Token |
/api/auth/login |
POST | Logging in an user with required Credentials |
/api/profile/ |
POST | Creates the profile of the logged in user |
/api/profile/ |
GET | finds and return user with the given username |
/api/profile/ |
PUT | edits the profile of the user |