/aaronjordan-me

The backend server for my personal website. Serves the website over Express and handles contact form submissions. The submodule "client" contains the frontend implementation, built in React.

Primary LanguageJavaScript

aaronjordan.me

This is my personal website. Built in React with create-react-app.

The server is built on Express, with all necessary configuation possible through an expected .env file. A .env_sample is provided to model the necessary .env file.