An app to record the best gists that make life easier. A starter app using MEAN, Angular 5, Angular-Material & Socket.io.
https://gistology.herokuapp.com
This project was generated with Angular CLI version 1.0.1 and updated to use 1.6.7.
After getting the source code, it is recommanded to read the full article on medium that describes at a glance this project: Build a real time & MD app with Angular2, AngularCli, AngularMaterial2 & Socket.io
- Architecture
- Material Design
- CRUD of gist via rest
- Real time Notification using socket.io
Update the stack- Some validations on UI and Server
- CRUD of gist using socket.io
- Write tests
- Authentication & authorization
- Setup continuous integration build and semantic release
- git clone https://github.com/dassiorleando/gistology
- Be sure your node and npm version is compatible, there is used: node(>= 8.9.0) & npm(>= 5.5.1)
npm install
- Install mongod and run it
ng serve
to fire the frontend app, the Livereload will be enable as wellnode index.js
to run the backend, it's possible to dong build
if you want both to work with the same backend port- Access the frontend at
http://localhost:4200
and the Backendhttp://localhost:3000
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|module
.
- MEAN(Angular5)
- AngularCli
- Typescript
- Socket.io
- AngularMaterial2
- AngularFlexLayout
- Angular2Toaster
- Mongoose
We accept pull requests :) No contributing guide published yet
- The initial version with Angular2: 0.0.1
- Current version: Angular5
- Dassi Orleando - Main developer
See also the list of contributors who participated in this project.