"Large amounts of information just one-finger away"
Flask api was designed to work with a front-end hosted in another repository, but feel free to use insomnia or postman if you wish to.
You can see the source code of front-end here
This project remain in constant development. Next features will be focused on:
- Test coverage with pytest
- Implement RabbitMQ for queue management
- Cover more file formats
python
docker
- git clone the repo
- in terminal, go to project root directory
- npm install to download dependencies
- npm run start for project exec
- Fork this repo.
- Create a branch:
git checkout -b <branch_name>
. - Do your alterations and tell then in your commit message:
git commit -m '<commit_message>'
- Send then to origin fork:
git push origin <project-name> / <local>
- Create a pull request detailing your implementation.
Rafael David |