Skip to content

onja-org/angular-interview-coding-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

coding-challenge

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.

Instructions:

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

Frontend

Your frontend code should be written in a folder called frontend. Please add a clear instruction on how to run your code.

Backend

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.

Technologies.

It is a simple backend server written in Python and using Flask(a lightweight Python web framework).

How to run the app

  1. Navigate to the backend folder
  2. Run python app.py
  3. Start working on the frontend

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.6%
  • TypeScript 16.1%
  • Python 8.0%
  • CSS 0.3%