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.
- Node.js (v14 or higher)
- Docker
- Docker Compose
-
Clone the repository:
git clone https://github.com/rads92stx/hackathon cd hackathon
-
Install dependencies:
npm install
-
Create a
.env
file based on.env.example
and configure your environment variables.
-
Build and start the containers:
./cli.sh up
-
The API will be available at
http://localhost:3000
.
-
Start the application:
npm run start
-
The API will be available at
http://localhost:3000
.
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.
This project is licensed under the UNLICENSED License.