Microservices with Vapor 4
For Test this Vapor 4 Api Gateway
Please download this two Vapor 4 App
Before Run Apps you much need to setup this .env xcode edit schema Environment variables
For API need
AddaMeAuth
0. TWILIO_ACCOUNT_ID AND TWILIO_ACCOUNT_SECRET for AddaMeAuth app only
For Rest of
swift run Run routes
+--------+-----------------------+
| GET | / |
+--------+-----------------------+
| GET | /hello |
+--------+-----------------------+
| POST | /v1/auth/login |
+--------+-----------------------+
| POST | /v1/auth/verify_sms |
+--------+-----------------------+
| POST | /v1/auth/refreshToken |
+--------+-----------------------+
| POST | /v1/events |
+--------+-----------------------+
| GET | /v1/events |
+--------+-----------------------+
| GET | /v1/events/:events_id |
+--------+-----------------------+
| PUT | /v1/events/:events_id |
+--------+-----------------------+
| DELETE | /v1/events/:events_id |
+--------+-----------------------+
This package is developed and maintained by Saroar [Saroar](https://github.com/saroar.
This package is open-sourced software licensed under the MIT license