Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
- Web App: https://gigworks-client.pages.dev
- Backend API: https://gigworks-server.devmorphix.workers.dev
- Admin Panel: https://gigworks-admin.pages.dev
- Blog: Coming Soon
- Proxy Server: https://gigworks.devmorphix.workers.dev
The proxy server routes requests based on the URL path:
- Requests starting with
/api
are proxied to the API server. - Requests starting with
/admin
are proxied to the admin server. - Requests starting with
/blog
are proxied to the blog server. - All other requests are proxied to the client website.
- Access the Web App: https://gigworks.devmorphix.workers.dev
- Access the Admin Panel: https://gigworks.devmorphix.workers.dev/admin
- Access the Backend API: https://gigworks.devmorphix.workers.dev/api
- Access the Blog: https://gigworks.devmorphix.workers.dev/blog
This project is licensed under the MIT License.