Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manojpatra1991/online-store-app-server
An online store app built with Angular 5 utilising MEAN stack
https://github.com/manojpatra1991/online-store-app-server
angular-cli angular-material angular5 expressjs mongo mongoose node-js
Last synced: 17 days ago
JSON representation
An online store app built with Angular 5 utilising MEAN stack
- Host: GitHub
- URL: https://github.com/manojpatra1991/online-store-app-server
- Owner: MANOJPATRA1991
- Created: 2017-12-29T12:07:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T09:46:19.000Z (about 7 years ago)
- Last Synced: 2024-11-06T00:31:43.654Z (2 months ago)
- Topics: angular-cli, angular-material, angular5, expressjs, mongo, mongoose, node-js
- Language: JavaScript
- Homepage: https://item-store.herokuapp.com/#/login
- Size: 3.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# online-store-app-server
An online store app built with Angular 5 utilising MEAN stack# Test requirements
1. Download this repsository.
2. You need have Angular 5 and latest version of Node installed in order to run this app.
3. Run `npm install` from within the project directory to install node dependencies.
4. Once done, run `npm start` to start the server.
5. Move to http://localhost:3000 to start the web app.