Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.2 KB

Sample Registration and Login

Screen1

Welcome to this sample registration and login repository!

How is this repository structured?

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.

Quickstart

This guide will get you up and running in a few minutes.

Prequisites

If you do not have the prerequisites installed yet, please refer to their specific installation guides in order to install them properly.

Frontend

The frontend documentation can be found here: Frontend Documentation

Backend

The backend documentation can be found here: Backend Documentation