Back
Project Ramsay
continue coding session. Need to build a cleaner MVC model. Still struggling to link Supabase properly.
#ramsay
enough tutorials! 😂 Back to building. Trying out new things I learned to hopefully get this going 💪
#ramsay
start new copy of project to apply new stuff learned from back-end tutorials
#ramsay
Starting to get annoyed by all these tutorials mentioning React when I'm trying to avoid it 😂
#ramsay
finally got CSS running on LocalHost. I required to "serve the file" by adding app.use(express.static(__dirname + '/')); to index.js code
#ramsay
learn that I need to run a local web server to start playing with the supabase API on my website
#ramsay