All Projects → leota → MEAN-stack-authentication

leota / MEAN-stack-authentication

Licence: MIT license
MEAN stack authentication boilerplate with Angular 5 and Angular Material

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to MEAN-stack-authentication

mean-stack
MEAN stack Mongoose, Express, Angular6, Node
Stars: ✭ 22 (-24.14%)
Mutual labels:  expressjs, mean-stack, angular5
express-mvc
A light-weight mvc pattern for express framework with minimum dependencies
Stars: ✭ 23 (-20.69%)
Mutual labels:  expressjs, mean, mean-stack
Mean Stack Angular5 Crud
MEAN Stack (Angular 5) CRUD Web Application Example
Stars: ✭ 107 (+268.97%)
Mutual labels:  expressjs, angular5
nodeJS examples
Server, routing, db examples using NodeJS v6
Stars: ✭ 34 (+17.24%)
Mutual labels:  mean, mean-stack
tenants
JustFix.nyc is a tool to document, organize, and take action in getting repairs made on your apartment.
Stars: ✭ 15 (-48.28%)
Mutual labels:  mean, mean-stack
tutorial-crud-mean
Repositório responsável pelo tutorial realizado no canal do youtube
Stars: ✭ 41 (+41.38%)
Mutual labels:  expressjs, mean
main
Share your personal pronouns and stay updated on your friends' pronouns. Pronouny allows you to update your pronouns and send alerts to your friends.
Stars: ✭ 37 (+27.59%)
Mutual labels:  expressjs, mean-stack
Mean Angular5 Passport Authentication
Securing MEAN Stack (Angular 5) Web Application using Passport Authentication
Stars: ✭ 24 (-17.24%)
Mutual labels:  expressjs, angular5
learn-how-to-build-a-mean-stack-application
The goal of this tutorial is to guide you through the coding of a full-stack JavaScript example application project and connecting a backend API to an Angular 5 front-end application employing the MEAN stack.
Stars: ✭ 55 (+89.66%)
Mutual labels:  mean-stack, angular5
ionic-login-component
Free sample of Premium Ionic Login Component
Stars: ✭ 17 (-41.38%)
Mutual labels:  angular5
fotongo
Simple boilerplate for building Backend services like ExpressJS with GOFIBER ⚡️
Stars: ✭ 29 (+0%)
Mutual labels:  expressjs
RasDash
A Raspberry Pi dashboard built on NodeJS.
Stars: ✭ 21 (-27.59%)
Mutual labels:  expressjs
gBoards
Trello like Angular Application
Stars: ✭ 21 (-27.59%)
Mutual labels:  expressjs
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-41.38%)
Mutual labels:  expressjs
Trybe-School
All activities while studying at Trybe fullstack software development school. Contains: projects, exercises, course summaries. Brazil, 2020-2021.
Stars: ✭ 73 (+151.72%)
Mutual labels:  expressjs
search-cities
No description or website provided.
Stars: ✭ 11 (-62.07%)
Mutual labels:  expressjs
react-app-simple-chat-app
A Simple Chat Application using MERN stack (MongoDB, Express JS, React JS, Node JS) and Socket.io for real time chatting
Stars: ✭ 41 (+41.38%)
Mutual labels:  expressjs
react-production-deployment
Deploy your React app to production on Netlify, Vercel and Heroku
Stars: ✭ 51 (+75.86%)
Mutual labels:  expressjs
express-mvc-pattern
Example nodejs using express implementation design pattern using mvc architecture.
Stars: ✭ 52 (+79.31%)
Mutual labels:  expressjs
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+389.66%)
Mutual labels:  expressjs

MEAN-stack-authentication

MEAN stack authentication boilerplate with Angular5 and AngularMaterial2.

Prerequisites

  1. Install Node.js and MongoDB
  2. Install Angular CLI: npm i -g @angular/cli
  3. From project root folder install all the dependencies: npm i

Run

Development mode

If on Windows open cmd prompt and run: "C:\Program Files\MongoDB\Server\[VERSION]\bin\mongod.exe"

npm run dev: concurrently execute MongoDB, Angular build, TypeScript compiler and Express server.

A window will automatically open at localhost:4200. Angular and Express files are being watched. Any change automatically creates a new bundle, restart Express server and reload your browser.

Production mode

npm run prod: run the project with a production bundle and AOT compilation listening at localhost:3000

Further help

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

Author

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].