0
donuts
4y

I just thought of a potential webapp ideas while talking a shower. Still need to give it some thought but wondering how best to built it out? Sorta like a message board/kiva/change.org

I'm thinking #1 is backend + REST api. Then just create a webapp using React Native so it can be used mobile and browser?

Probably will build the first prototype though using either C# just to test the APIs...

But I guess how do you break a project up. Do you build backend first or do it feature by feature (both backend and frontend)?

And well what about hosting? Do need to decide now like AWS/Heroku... Or can I just build on local? Need a db though...

Comments
  • 0
    @M1sf3t my mind map right now is:
    -backend: node
    -frontend: react/native + electron

    TODO: concept sketch, local backend... With sqlite db

    I have not touched React in a lllllooooong time and the last project was with RN so easiest way for me to test the backend I guess is either node unit tests or create some selenium tests or create simple c# GUI client.

    JS frontend... Last
Add Comment