Welcome to this sample registration and login repository!
This sample repository is structured for simplification purposes into two parts:
- backend
- frontend.
Ideally this repository would be split into separate repositories as git submodules. The frontend folder contains all the frontend logic and forms written in vue.js. The backend folder contains the login and registration backend logic written in node.js.
This guide will get you up and running in a few minutes.
If you do not have the prerequisites installed yet, please refer to their specific installation guides in order to install them properly.
The frontend documentation can be found here: Frontend Documentation
The backend documentation can be found here: Backend Documentation