Open source website for viewing arts and paintings. This website is being built as our DBMS project in fifth semester, Computer Engineering, Jamia Millia Islamia.
This website uses a number of open source projects to work properly:
And of course this website itself is open source with a public repository on GitHub.
Want to contribute? Yeaah!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b exciting-stuff
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'exciting-stuff!!'
) - Push to the branch (
git push origin exciting-stuff
) - Create a Pull Request
If you find a bug (the website couldn't handle the query and / or gave irrelevant results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new functionality, feel free to do so by opening an issue here. Don't forget to include some sample queries and their corresponding results.
- Write Tests
- Add Code Comments
- Seems perfect naa!!
- Some more code
- Check for bugs
- Go-Online!!
Ajitesh Rai | Lakshita Bhatia | Abdul Mohsin Siddqi |
MIT