Appliku.com

Server Management, designed specially for Django.

Deployed a server on digitalocean and preparing to move from Netlify

Fixed paths for assets in angular so they work with Django static urls

Rewrote back+front code so that SessionAuthentication is used in API

Started process of refactoring authentication between frontend and backend

backend sends email confirmation emails and activates account (fixes + improvements)

Email confirmation process upon registration + requesting email with activation link re-send done.

Added a notification in interface when user's email address is not confirmed.

Sign up page shows error on failed sign up and redirects to apps list in case of success registration

Interface + backend are talking: sign up page creates a user on backend!

Sign in and sign up forms are alive now, talking to BackendService

Started building an Angular Service to talk to the backend.

Appliku Interface Mockup: Tiny little fixes – broken links, typos and paddings

Interface Prototype: Added very basic server overview/detail page

Interface prototype: App's maintenance mode, delete app blocks

Application settings interface: Added application domains and certificates section

Application settings interface prototype: Added basic information about app (cloud provider, region, size of image)

Interace Prototype: Added a placeholder component for editing config vars for an app