REST API Dashboard Repository
The project was created as a coursework while I was studying at the Queen Mary University of London.
Full source code of the project will be uploaded soon.
Backend:
- Python
- Flask
- SQL Alchemy
- Cassandra
- Firebase
Frontend:
- HTML
- CSS
Containerized:
- Docker
- Kubernetes
Architecture:
- Microservices
Security:
- HTTPS
- Hashes
- User Access Management
Installing via requirements.txt:
$ git clone https://github.com/iamsafwan/taskmgr.git
$ python pip install -r requirements.txt
$ python app.py
GET [/api/v5/advice
] (get all advice)
POST /api/v5/covid_19total
- required params:
country
,apikey
POST /api/v5/covid_19/<location>
- required params:
country
,apikey
POST /api/v5/fx/<country>
- required params:
country
,apikey
DELETE: /api/v5/fxr/<fcountry>/<tcountry>
- required params:
country
,apikey
GET /dashboard
(user login)
- opens login page
After successful login, user will be redirected to client app.
GET /showrecords
(get userdata)
- returns info on users
- Install flask
- Install flask_sqlalchemey
- Install request_cache
- Install pyopenssl
Feel free to reach out to me at my 📫 Personal email for more details about this project.