Skip to content

This is my hands on practice through this tutorial "Angular Authentication - Mastering the Basics by Vishwas Gopinath" on Udemy.

Notifications You must be signed in to change notification settings

PirunSeng/angular-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular Authentication - Mastering the Basics

Prerequisites

  1. MongoDB installed on your environment
  2. MongoDB Account. We can use MongoDB cloud provider for free for the minimum usage to run this application.

In server directory

  1. Install npm packages
npm install
  1. Run server
node server.js

In eventspub directory

  1. Install npm packages
npm install
  1. Run the application
ng serve

You are all set! Open your favorite browser and navigate to http://localhost:4200.

About

This is my hands on practice through this tutorial "Angular Authentication - Mastering the Basics by Vishwas Gopinath" on Udemy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published