Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dilkhush/angular-express-example

expressJs and angularJs application with frontend in angularjs. Api automated Test cases in Jasmine.
https://github.com/dilkhush/angular-express-example

angularjs expressjs jasmine mocha nodejs

Last synced: about 1 month ago
JSON representation

expressJs and angularJs application with frontend in angularjs. Api automated Test cases in Jasmine.

Awesome Lists containing this project

README

        

angular-express-example
=======================

expressJs and angularJs application.

An example of express and angular together with databases.

Avaiable features:

* created expressjs apis for users crud
* added angularJs in client side
* added mocha to test apis
* added token based authentication
* added jasmine test cases for apis like login, logout, user create actions.
* Added signup process for a user

TODO:

* testing the apis and angular side using mocha
* refactor and optimization the code.
* need to add README for installation te projects.