Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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()`