APIs Server for Swipe written in Go 1.2+
Designed for the final thesis at HCMUT-VNUHCM
Swipe (code: swipex) is a api server for Swipe. swipex provides functions, and services through API and microservices. Designed for server, swipex provides cli commands to run api services and redis-based distributed systems cluster.
The project is designed for the final thesis at the University of Technology, Vietnam National University, Ho Chi Minh City.
Before installing, you must install make (Makefile) if you use windows operating system
- Go v1.22.5 or higher
- PostgreSQL
- Redis
Update your environment variables. see .env.example
If you want to use makefile, see Other Command Below
Build applications
makeRun api server
./bin/swipeRun worker server
./bin/swipe --start=worker