Skip to content

Moraarn/Eloura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

Eloura Project

Overview

Eloura is a web application designed to provide users with a seamless experience for managing products and user authentication. The project consists of a frontend built with HTML, CSS, and JavaScript, and a backend powered by Node.js.

Project Structure

Frontend (Eloura)

  • css/: Contains stylesheets for the application.

    • auth.css: Styles for authentication pages.
    • index.css: General styles for the homepage.
    • product.css: Styles specific to product pages.
    • styles.css: Additional styles for the application.
  • html/: Contains HTML files for the application.

    • index.html: Homepage of the application.
    • login.html: Login page for user authentication.
    • product.html: Page displaying product details.
    • signup.html: Signup page for new users.
  • js/: Contains JavaScript files for the application.

    • product.js: JavaScript for product-related functionalities.
    • script.js: General JavaScript functionalities.

Backend (Eloura-backend)

  • package.json: Contains metadata about the project and its dependencies.
  • server.js: Main server file to run the application.
  • user/: Contains user-related functionalities.
    • controller.js: Handles user requests and responses.
    • model.js: Defines the user model and database interactions.
    • routes.js: Defines the routes for user-related endpoints.

Installation

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to the backend directory:
    cd Eloura-backend
  3. Install dependencies:
    npm install
  4. Start the server:
    node server.js

Usage

  • Access the frontend by opening html/index.html in your web browser.
  • Use the backend API for user authentication and product management.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to all contributors and libraries used in this project. ======= Eloura is a web application designed to provide users with a seamless experience for managing products and user authentication. The project consists of a frontend built with HTML, CSS, and JavaScript, and a backend powered by Node.js.
image image image image

2d12f87aaa3173df3a11ff0e2ca328a3fca43dac

About

Eloura is a web application designed to provide users with a seamless experience for managing products and user authentication. The project consists of a frontend built with HTML, CSS, and JavaScript, and a backend powered by Node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors