Skip to content

Repositório do projeto de criação de um e-commerce para a disciplina Empreendedor em Informática do 7º Semestre de Ciência da Computação 2024.1 (UESC)

License

Notifications You must be signed in to change notification settings

Samlxrd/TechTweaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Express Application

Description

This is a Node.js application built with Express.js. It includes features for serving static files and rendering dynamic HTML views using EJS as the templating engine.

Features

  • Serve static files (CSS, JS, images) from the public directory
  • Render dynamic HTML views using EJS templates
  • Organized project structure for easy maintenance
  • Environment variable management using dotenv

Installation

  1. Clone the repository:

    git clone https://github.com/Samlxrd/TechTweaks.git
    cd TechTweaks
  2. Install the dependencies:

    npm install
  3. Create a .env file in the root directory and add your environment variables:

    DB_HOST=
    DB_USER=
    DB_PASS=
    DB_DATABASE=
    PORT=

Usage

  1. Start the application:

    npm start
  2. Open your browser and navigate to http://localhost:3000

Scripts

  • npm start: Start the application

Dependencies

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature-branch)
  6. Create a new Pull Request

License

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

About

Repositório do projeto de criação de um e-commerce para a disciplina Empreendedor em Informática do 7º Semestre de Ciência da Computação 2024.1 (UESC)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published