Here is a coding challenge to test a junior developer's skills and see if they are able to tackle challenges that an intermediate dev can handle.
Developers can use whatever technologies they are familiar with and need to start from scratch. If you are stuck on running the app, please let us know. Head to the instructions here
Your frontend code should be written in a folder called frontend
. Please add a clear instruction on how to run your code.
This is a simple backend app to perform CRUD operations on products data. We have some data added to the local database. You can edit it as you want as it is yours. You just make sure that you leave data there for us to test your app.
It is a simple backend server written in Python
and using Flask
(a lightweight Python web framework).
- Navigate to the
backend
folder - Run
python app.py
- Start working on the frontend