I’m working on a project called Naja. It’s a full-stack app using a PostgreSQL database. Each time I work on it, I cd to the frontend directory, npm run dev, then cd into the api directory, run the tests and start the server. I want to start automating this…or at least streamline it. I asked[…]
Posts Tagged: pytest
I’m working on a side project that uses Discord for authentication and connects to a PostgreSQL database. Once I got the login flow down, it’s super hard to resist the urge to start implementing other features as fast as possible. I mean it’s a side project, right? Yet, I can’t shake a nagging feeling, that[…]