Skip to content

A furniture store Backend utilizes Nodejs, Expressjs, and MongoDB to create a dynamic and user-friendly web application.

Notifications You must be signed in to change notification settings

MandeepRahar07/furniture_Store_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Furniture Store Backend

Welcome to the Furniture Store Backend project! This backend application is built using Node.js, Express.js, and MongoDB, and it serves as the backend for a furniture store management system.

image

API Endpoints

GET /products: Retrieve a list of furniture products.

GET /products/chair: Retrieve a list of chairs.

GET /users: Retrieve a list of successful signup users.

GET /products/:id: Retrieve a specific furniture product by ID.

POST /products: Create a new furniture product.

PUT /products/:id: Update an existing furniture product.

DELETE /products/:id: Delete a furniture product.

More endpoints for user management, orders, etc.

For detailed API documentation and request/response examples, refer to the API documentation (if available).

image

Users data store after successful signup

image

usees

Create a .env file in the project root and set the necessary environment variables (e.g., PORT, MONGODB_URI, SECRET_KEY, etc.).

Contributing

We welcome contributions from the community. If you'd like to contribute, please follow these guidelines and best practices: This backend application provides API endpoints for managing a furniture store. You can integrate it with your frontend or test the API using tools like Postman. Fork the repository. Create a new branch for your feature or bug fix. Make your changes and test them thoroughly. Commit your changes with clear and concise messages. Create a pull request to the main branch of this repository.

About

A furniture store Backend utilizes Nodejs, Expressjs, and MongoDB to create a dynamic and user-friendly web application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published