Skip to content

codecov/codecov-interview-api

Folders and files

NameName
Last commit message
Last commit date
Jan 22, 2024
Mar 22, 2025
Mar 10, 2025
Jun 19, 2019
Jun 19, 2019
Jun 19, 2019
Jun 19, 2019
Aug 26, 2020
Jun 19, 2019
Jun 19, 2019

Repository files navigation

codecovify

This is a template app that contains the following:

  • Backend: A dockerized Django app that connects to a Postgres database. This app contains simple views for User management (Login/ Logout/ Register). All those functions are powered through an API that is built with DjnagoRestFramework (https://www.django-rest-framework.org/#example)

  • Frontend: A dockerized VueJS app that interacts with the Backend. On the home page, the app loads a simple VueJS component that calls the ackend's /api/users API and to list the registered users in the database.

Development

FOSSA Status

To start the server, run:

  • docker-compose up --build

License

FOSSA Status