Hey there! 👋 I'm Jason, a visual artist turned full-stack developer. I'm passionate about blending creativity and technology to craft unique digital experiences. From designing sleek user interfaces to streamlining processes with automation, I'm all about turning challenges into intuitive solutions.
With a continuous thirst for learning and a knack for creative problem-solving, I'm committed to delivering impactful results that exceed expectations. My background as a visual artist gives me a unique perspective in software engineering, allowing me to approach projects with creativity and innovation.
To run this application locally, follow these steps:
-
Install Dependencies: Navigate to the project directory in your terminal and run:
npm install
-
Start the Server Start the Express server by running:
npm start
This will start the server, and it will be accessible at http://localhost:3000 by default.
To push your updated project to Heroku, follow these steps:
-
Login to Heroku: If you're not already logged in, open your terminal and run:
heroku login
-
Add Heroku Remote (if not already added): If the Heroku remote isn't linked to your project, add it by running:
heroku git:remote -a <your-heroku-app-name>
-
Push to Heroku: Once you've committed your changes to GitHub and your Heroku remote is set, push the changes to Heroku by running:
git push heroku main
-
Check Logs: After pushing, you can check the logs to make sure the deployment was successful by running:
heroku logs --tail
This should deploy your updated code to the existing Heroku app.