NJACKWinterOfCode / E-voting-portal

An internet based electronic voting system
MIT License
1 stars 4 forks source link

Added Link to Database Schema in README.md #6

Closed bksahu closed 6 years ago

bksahu commented 6 years ago
tameeshB commented 6 years ago

This was a much needed thing for this repository, the DB schema. The problem here is that, whenever we add DB schemas, we stick to .sql format so that someone else using the project can import the DB schema. There's no use exporting in PDF. Please add the .sql schema file to a 'migrations' directory on the project. Also, try to refrain from referring to external files as dependencies of open source projects, the third party service might go down any day, try to keep as much as you can inside the repository. Happy coding!