authentication app using any of MySQL or Mongodb databases.
https://ninth-beacon-201906.appspot.com
Angular 5
NodeJs
Express
MongoDB/MySQL
Node — Preferred 8.11.1 LTS
npm — Preferred 5.8.0
Git
MongoDB/MySQL
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)
ng build && node server
Open any browser and goto http://localhost:8080
This project was generated with Angular CLI version 1.7.3.
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.
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
.
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.