kwood15 / mean-auth

:lock: A MEAN stack app with authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN Stack Authentication

To run, you just have MongoDB installed and running, and NodeJS installed.

  • Start MongoDB
  • Clone the repo
  • npm install to install API dependencies and npm start to start the API
  • Open a new terminal and navigate to the client directory, npm install to setup the Angular dependencies, and npm start to start the local development server
  • Open http://localhost:4200 to see the application

About

:lock: A MEAN stack app with authentication


Languages

Language:TypeScript 47.2%Language:HTML 29.6%Language:JavaScript 20.6%Language:CSS 2.6%