Duck-Tech-Dev / api-winnerduck

GNU General Public License v3.0
2 stars 0 forks source link

Nuances and Typos #20

Closed erthium closed 4 months ago

erthium commented 5 months ago

Explanation of the contents of the PR

There is not much, but it really bothers me that id is named as user.userid or raffle.raffleid, I have shortened those names.

Adding description & status to raffles.

Also make rules had their dependencies, and table creation was trying to create a table once again, so those are removed.

Some phonies were also mistyped, also fixed.

Create a simple do_over rule to Makefile to drop database and apply all creation and population rules.

Added .env.example to easily copy environment file in the future.

Future plans

It is just a follow up fix PR from where we left, no plan is necessary for this one.

Notes

Just check if the routes are working and if there is no issue with postgres usage.