Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dilkhush/angular-express-example
- Owner: dilkhush
- Created: 2014-10-14T18:13:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-12T16:53:14.000Z (over 9 years ago)
- Last Synced: 2023-08-03T21:37:48.192Z (over 1 year ago)
- Topics: angularjs, expressjs, jasmine, mocha, nodejs
- Language: JavaScript
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.