3
1 Comment

What is your project building workflow?

While developing a new project, How you start? I mean what is the sequence that you follow.
Example:

  1. Building a landing page
  2. Auth functionality
  3. Designing Db schemas
  4. Developing rest APIs
  1. 1

    My current project doesn't support typical authentication methods - the client holds a private key that is derived from some input on their end, every request is signed by that private key and I store the users public key to verify operations.

    I built out almost all the frontend for that before I started building the backend, the backend is so simple in comparison.

    I'd say frontend -> database -> backend -> landing -> blog was the order I did things in.

    New features are the same:

    • frontend pieces with mocked data
    • any database/schema changes I need to make
    • wire up the routes on the backend
    • update landing page with new feature
    • write a blog post demoing said feature
Trending on Indie Hackers
How I grew a side project to 100k Unique Visitors in 7 days with 0 audience 49 comments Competing with Product Hunt: a month later 33 comments Why do you hate marketing? 28 comments My Top 20 Free Tools That I Use Everyday as an Indie Hacker 14 comments $15k revenues in <4 months as a solopreneur 14 comments Use Your Product 13 comments