Back
Project Ramsay
starting to understand how to set up a proper MVC. Still need to get Supabase going though. #ramsay
continue coding session. Need to build a cleaner MVC model. Still struggling to link Supabase properly. #ramsay
more coding #ramsay
enough tutorials! 😂 Back to building. Trying out new things I learned to hopefully get this going 💪 #ramsay
sign up to render and railway.app #ramsay
making progress on back-end #ramsay
GitHub repo created #ramsay
got .env variables linked to server.js file #ramsay
stuck at loading variables from .env file to server.js file #ramsay
new setup coming in nicely! #ramsay
start new copy of project to apply new stuff learned from back-end tutorials #ramsay
submit question to stackoverflow because I am stuck #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
got local server running; CSS not loading on site though #ramsay
install Node.js for some reason to start running a local web server for testing #ramsay
learn the differences (and existence 😂) of SPAs and MPAs #ramsay
learn that I need to run a local web server to start playing with the supabase API on my website #ramsay
read about the differences between repository and working directory #ramsay
Create sample database on Supabase #ramsay