- Includes multiple system level service roles.
- Options such as add/edit/delete, search, filter, bid, report etc. with an intuitive look.
Technology used:
- Front-end - AngularJS
- Backend REST - Python
- DB - SQL
-
Clone
git clone https://github.com/NazimAmin/ndtndt
- -
Run
npm install
to install node_modules -
Run
bower install
to install bower_components -
Run
grunt
for building andgrunt serve
for preview.
-
Clone
git clone https://github.com/JunXHuang/api.ndtndt
- -
Run
pip install -r requirement.txt
-
Change database connection string in
ndtndt/ndtndt/ndtndt/__init__.py
-
Run tablequery.sql, insertquery.sql, and trigger.sql to populate the database
ndtndt/db
-
Run
Python api.py
####Logins
- Admin - Username :
789-12-3456
, Pass:666666
- Customer Rep - Username:
nazimamin
, Pass:main1212
or Username:jun
, Pass:main1212
or create one by logging in as admin. - Customer - Username:
main
, Pass:main
or crate one your own!
Some of the options will not be visible to the newly created user. They will be visible based on user's activity
Made with ♨️ by @Nazim @Jun Huang