Kostja P

Making appliku.com

It FKING WORKS! (finally fixed tones of bugs and finished deployment of the )

Wrote bash + docker* scripts/files to build and run appliku app itself

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!

ForgotPassword component's form is alive talking to the BackendService

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