- Deployed WebSite Link = https://apiwizard.netlify.app
- Deployed Backend URL = https://elegant-moth-zipper.cyclic.app
The API ACE is the foundational tool of Postman, and it enables you to easily explore, debug, and test your APIs while also enabling you to define complex API requests for HTTP, REST, SOAP, GraphQL, and WebSockets.The API client automatically detects the language of the response, links, and format text inside the body to make inspection easy.Through the API client, you can organize requests into Postman Collections to help you organize your requests for reuse so you don't waste time building everything from scratch.
- Interactive UI/UX for best customer experiene
- Google and Github Auth Login and Signup
- Welcome message on their signup
- User perform all the API Crud operations
- User can save their session in the workspace
- Transitions & Animations
HTML | CSS | JavaScript | BootStrap | |
---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Node.js | Express.js | MongoDB | Passport |
---|---|---|---|
![]() |
![]() |
![]() |
METHOD | ENDPOINT | WHAT IT DOES |
---|---|---|
POST | /user/signup | -> Register New User (Requires user details in req.body) |
POST | /user/login | -> Login existing user (Requires email and passwords, returns token if login success) |
METHOD | ENDPOINT | WHAT IT DOES |
---|---|---|
GET | /Api/getUserApi/:id | -> Getting All the saved APIs of the User (using userID) |
POST | /Api/saveUserApi | -> For saving the session in the workspace |
DELETE | /Api/delete/:id | -> Deleting an Api by ID from the workspace |
METHOD | ENDPOINT | WHAT IT DOES |
---|---|---|
GET | -> Initiating Google Auth | |
GET | /google/callback | -> Redirect URL |
GET | /google/failure | -> For handling the failure |
GET | /github | -> Initiating Github Auth |
GET | /github/callback | -> Redirect URL |
GET | /github/failure | -> For handling the failure |
