fac-15 / the-real-junk-food-project

A web app to provide verification between TRJFP drivers and suppliers who are giving away surplus food :hamburger:
https://trjfpapp.herokuapp.com/
4 stars 2 forks source link

Tech Stack #5

Open Jbarget opened 5 years ago

Jbarget commented 5 years ago
Oliversw commented 5 years ago

So we were thinking of using Node and Express for our server, react for our client and Jest for testing. Also for our database we were thinking of using Airtable for the moment so that Adam can log in and edit things himself, instead of needing to build an admin login on top of everything else. Ideally if we have time and finish the other main parts we would be able to migrate it over into an actual database though!

charlielafosse commented 5 years ago

Summary of chat on Gitter:

After deciding that our MVP is going to just use an Airtable db (as opposed to psql), concluded that we're not going to need a Node-Express server for now. Instead will be a purely front-end/React single page application! :tada:

(If in the future there was a need to move to a Postgres database, would need to implement backend server...) :scream: