lwittman1 / pearlywhites

csci 2999 capstone project

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

csci 2999 capstone project

License:MIT License


Languages

Language:TypeScript 40.7%Language:HTML 29.0%Language:JavaScript 26.3%Language:CSS 4.0%