Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bongomin/ergeon-assessment
Interview repo for full stack engineer position
https://github.com/bongomin/ergeon-assessment
Last synced: 2 days ago
JSON representation
Interview repo for full stack engineer position
- Host: GitHub
- URL: https://github.com/bongomin/ergeon-assessment
- Owner: bongomin
- Created: 2022-03-26T16:33:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-26T17:21:39.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T16:12:35.197Z (2 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Setup
- clone this Repo
```
git clone [email protected]:bongomin/ergeon-assessment.git
```- cd testproject
- `
python3 manage.py shell
`
- To test the different questions follow the instructions below
------------------------------------------------------------------
1. `from testapp.commands import list_books, author_books, authors_rank`
2. for question 4.1 execute `list_books()`
3. for question 4.2 execute `author_books()`
4. for question 4.3 execute `authors_rank()`