Skip to content

authentication app using mean stack (ANGULAR -5) in two versions using Mongodb and Mysql databases

Notifications You must be signed in to change notification settings

VinayV9/MEAN-Authentication

Repository files navigation

AUTHENTICATION

authentication app using any of MySQL or Mongodb databases.

DEMO

https://ninth-beacon-201906.appspot.com

Technology Stack

Angular 5

NodeJs

Express

MongoDB/MySQL

Requirements for Development

Node — Preferred 8.11.1 LTS

npm — Preferred 5.8.0

Git

MongoDB/MySQL

Setup for Development

Fork the repository by clicking on the fork button on the top of the page. This will create a copy of this repository in your account.

Click on clone or download and copy the url from your forked repo Open a terminal(CLI) and run the following commands:

git clone https://github.com/VinayV9/MEAN-Authentication

cd MEAN-Authentication

npm install

NOTE: don't forgot to change the config.js (configure with your db name and password)

for local Development

ng build && node server

Open any browser and goto http://localhost:8080

Authentication

This project was generated with Angular CLI version 1.7.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

authentication app using mean stack (ANGULAR -5) in two versions using Mongodb and Mysql databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published