Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedali7o1/blu-store
e-store web app using MEAN Stack
https://github.com/ahmedali7o1/blu-store
Last synced: 4 days ago
JSON representation
e-store web app using MEAN Stack
- Host: GitHub
- URL: https://github.com/ahmedali7o1/blu-store
- Owner: AhmedAli7O1
- License: mit
- Created: 2016-08-05T00:01:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T14:50:06.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T15:32:16.021Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://blu-store.herokuapp.com/
- Size: 3.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BluStore
Use `npm install` to install npm modules.
Use `bower install` to install client dependencies.
Use `npm start` to start the server.
Use `npm test` to run server unit tests.
Use `db load` to load dummy data from /test-data/test-data.json to the database.
Use `db clear` to clear the database.
Use `db` to clear and load new test data to the database.
Use `gulp` to debug and build client files.
Use `gulp debug` to debug client code and check for errors.Use `gulp serve` to debug, build, create server, watch client & server files for any changes.
Use `gulp build` to create a new build, ready to publish on server.
## Progress
- [x] Create Node Server
- [x] Set MongoDB as Datasource
- [x] build API
- [x] Create Angular Client
- [ ] Design UI