Skip to content
Alex Arbuckle edited this page Nov 18, 2024 · 12 revisions

A website portfolio crafted to showcase details about yourself, your servers, and your projects. V4. Spring 2024.


Background

The following notebook provides key information about the project, including its purpose, structure, guidelines, and algorithms, helping those who want to learn more by addressing these topics.

Google Drive


Development

pipenv requirements > requirements.txt

Generate requirements.txt file from the current pipenv dependencies for the application.


Local Deployment

sudo docker build -t fenaverat .
sudo docker run -p port:port fenaverat

Clone this wiki locally