Skip to content

Project for evaluating candidates on code understanding, ability to review code, and architecting improvements.

Notifications You must be signed in to change notification settings

hunter-read-va/flaggly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flaggly

Project for evaluating candidates on code understanding, ability to review code, and architecting improvements.

This is not representative of an enterprise application, and does not include testing, hard codes values, and is not scalable. It is only meant for ease and speed of understanding the codebase.

Backend

The backend is built with quarkus. Follow these instructions to install quarkus: https://quarkus.io/get-started/
Change to the backend folder with cd backend
Run application with quarkus dev
Then navigate to http://localhost:8080/q/swagger-ui/ to get to the Swagger ui.

Frontend

The frontend is built with Next.js. Follow these instructions to get started using Node 18: https://nodejs.org/en
Change to the backend folder with cd frontend
Run application with npm run dev
Then navigate to http://localhost:3000 to get to the Swagger ui. (Note this is hardcoded to use the backend at port 8080 for the purposes of this demo application)

Questions

Reach out to [email protected] for questions or issues.

About

Project for evaluating candidates on code understanding, ability to review code, and architecting improvements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published