8000 GitHub - tcluri/hub: UPAI's membership and payment management portal
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tcluri/hub

 
 

Repository files navigation

hub

CI Tests

This is UPAI's membership and payment management portal

The site is built using Django, Django Ninja and SolidJS. The code is licensed under the GNU AGPL v3.0 License.

You can report issues on GitHub, Zulip or WhatsApp.

Development

To run the webserver, run the Django local server:

python manage.py runserver

The frontend is built using SolidJS. To run the development server with hot-reloading, run the webpack dev server:

yarn run dev

Go to http://localhost:8000 to start development. The Django server sets the CSRF token cookie, and then redirects to the Webpack dev server for a better developer experience (Hot module reloading) while working on the frontend.

About

UPAI's membership and payment management portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.6%
  • Python 45.0%
  • Other 1.4%
0