Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishchal-007 authored Jun 20, 2021
1 parent 58cc0d5 commit b1ff95f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion modules/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ This module is using **Flask** as an engine to run all the frontend.
## Steps for running Frontend Module

1. Run server.py file by navigating into frontend directory and running:
`python server.py` or `python3 server.py`
`python server.py` or `python3 server.py` (user level access)

2. Then navigate to `localhost:9000` to view your Niffler modules.

## Admin level access

1. Run server.py file by navigating into frontend directory and running:
`python server.py --admin` or `python3 server.py --admin` (admin level access)

2. The admin access enables only admins to create new users.



*Currently PNG extraction Frontend is developed and it can take values from frontend and can be passed into backend*

Expand Down

0 comments on commit b1ff95f

Please sign in to comment.