Skip to content

Powering our Postman clone, the backend — engineered right here in Indore — is designed for robust data management and secure user operations. It primarily handles the secure storage and retrieval of user-created API requests, including request configurations, collections, and environments.

Notifications You must be signed in to change notification settings

hyper-27/my-postman-backend-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-postman-backend-api

Powering our Postman clone, the backend — engineered right here in Indore — is designed for robust data management and secure user operations. It primarily handles the secure storage and retrieval of user-created API requests, including request configurations, collections, and environments.

Features

  • Secure storage and retrieval of user-created API requests
  • Organize requests into collections and environments
  • User authentication and authorization
  • Built with Node.js/JavaScript

Getting Started

Prerequisites

  • Node.js (version X.X.X)
  • npm (version X.X.X)
  • MongoDB or other database (specify if used)

Installation

git clone https://github.com/hyper-27/my-postman-backend-api.git
cd my-postman-backend-api
npm install

Running the Server

npm start

or (if you use nodemon):

npm run dev

API Overview

Method Endpoint Description
POST /login User login
POST /signup User registration
GET /requests Get all user requests
... ... ...

Environment Variables

Create a .env file in the project root and add:

PORT=3000
DB_URI=your_database_uri
JWT_SECRET=your_jwt_secret

Folder Structure

├── controllers/
├── models/
├── routes/
├── middleware/
├── utils/
├── app.js
└── ...

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

MIT


About

Powering our Postman clone, the backend — engineered right here in Indore — is designed for robust data management and secure user operations. It primarily handles the secure storage and retrieval of user-created API requests, including request configurations, collections, and environments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published