Simple SPA working as a guestbook-like entry system. Functionally need to record name, time, and date of visit.
Stack: Node, Express + EJS, jQuery, and most likely axios / pg once I hook on a database
To run on your local environment, make sure you have Node installed. Then in terminal:
- Clone the repo
- npm install
- npm start
Localhost server running on port 8000. Nodemon is included.