Skip to content

rads92stx/hackathon

Repository files navigation

Hackathon Project

Overview

This project is a backend service for a hackathon event. It is built using NestJS, a progressive Node.js framework for building efficient and scalable server-side applications.

Project documentation

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/rads92stx/hackathon
    cd hackathon
  2. Install dependencies:

    npm install
  3. Create a .env file based on .env.example and configure your environment variables.

Running the Application

Using Docker

  1. Build and start the containers:

    ./cli.sh up
  2. The API will be available at http://localhost:3000.

Without Docker

  1. Start the application:

    npm run start
  2. The API will be available at http://localhost:3000.

Contributing

Fork the repository. Create a new branch (git checkout -b feature-branch). Make your changes. Commit your changes (git commit -m 'Add some feature'). Push to the branch (git push origin feature-branch). Open a pull request.

License

This project is licensed under the UNLICENSED License.