This project is still under active development.
A simple app in Node and Angular which let's users to browse a welcome page, register a user in the system, login into it and view the homepage of that user. This is just a starter project and functionality will be added as necessary.
Clone the repository locally. Navigate to both frontend & backend directories and run:
npm install
and afterwards
npm start
The system should be running at this point. Open a browser window and navigate to http://localhost:4200