EvocaFashion.store is a web application built with Node.js, MongoDB, Handlebars, CSS, and Bootstrap. It is an e-commerce platform where users can browse and purchase fashion products.
- User authentication: Users can create accounts, log in, and log out.
- Product browsing: Users can browse through a collection of fashion products.
- Product details: Users can view detailed information about each product.
- Shopping cart: Users can add products to their shopping cart and proceed to checkout.
- Order management: Users can view and manage their orders.
- Admin functionality: Admin users have access to additional features like product management, order management, and user management.
- Node.js: A JavaScript runtime that allows running JavaScript on the server-side.
- MongoDB: A NoSQL database used for storing and retrieving data.
- Handlebars: A templating engine used for generating dynamic HTML templates.
- CSS: Cascading Style Sheets for styling the application.
- Bootstrap: A popular CSS framework for building responsive and mobile-first websites.
- Node.js and npm should be installed on your machine.
- MongoDB should be installed and running.
-
Clone the repository:
-
Change into the project directory:
-
Install the dependencies:
-
Configure the environment variables:
- Create a
.env
file in the root directory of the project. - Set the following environment variables in the
.env
file:MONGODB_URI
: The connection URI for your MongoDB database.SESSION_SECRET
: A secret key used for session management.PORT
: The port number on which the application will run (optional, default is 3000).
- Start the application:
-> npm start
- Open your web browser and visit
http://localhost:3000
(or the specified port) to access the application.
If you'd like to contribute to EvocaFashion.store, you can follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Make the necessary changes in your branch.
- Commit your changes and push them to your forked repository.
- Submit a pull request describing your changes.
This project is licensed under the MIT License.
For any inquiries or feedback, you can reach me at muhammedhanish11@gmail.com.