Public forum for questions and answers, prioritizing the most relevant issues for the community.
This project was made using the follow technologies:
- Creation of interaction personalized rooms
- Creating messages within the personalized room
- Option to Like and Dislike posts in the room
# Clone Repository
$ git clone https://github.com/wesleywcr/ATS
# Backend
# Go to the project folder
$ cd ATS
$ cd api
# Install the dependencies
$ go mod tidy
# Docker and Docker Compose
$ docker compose up
$ docker compose start
# Run the application
$ go run cmd/wsrs/main.go
# Frontend
# Go to the project folder
$ cd ATS
$ cd web
# Install Dependencies
$ npm install
# Start application
$ npm run dev- Fork this repository
- Create a branch with your feature:
git checkout -b my-feature - Commit your changes:
git commit -m 'feat: My new feature' - Push your branch:
git push origin my-feature
Released in 2024. Made with ❤️ by Wesley Rodrigues🤙👊

