https://github.com/codecov/codecov-interview-api
https://github.com/codecov/codecov-interview-api
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecov/codecov-interview-api
- Owner: codecov
- Created: 2019-11-27T18:28:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-24T06:30:00.000Z (7 months ago)
- Last Synced: 2025-07-10T06:11:33.941Z (6 months ago)
- Language: Python
- Size: 2.25 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-interview?ref=badge_shield)
To start the server, run:
+ `docker-compose up --build`
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-interview?ref=badge_large)