Welcome to SkillConnect! This project aims to create a Telegram mini app for freelancers. Follow these steps to get started:
- Clone the repository:
git clone --recursive https://github.com/the-SkillConnect/SkillConnect.git
cd SkillConnect- Set up the database (PostgreSQL):
sudo docker compose up -dNote
You can populate the database with sample data using go run scripts/seed.go
- Run the SkillConnect program:
go run .Tip
If you encounter issues downloading dependency packages, set the Go proxy using: go env -w GOPROXY=https://goproxy.io,direct
We welcome contributions! If you’d like to contribute to SkillConnect, follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your branch to your forked repository.
- Open a pull request to merge your changes into the main repository.
Feel free to customize the contribution guidelines further based on your project’s specific needs. Happy coding!