oicleevan / APCSAFinalProject

Home Page:replit.com/@eoicle/APCSAFinalProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evan's email server

an incredible apcsa project.

what is it?

i decided to make an email system in java for a project.

you can...

  • create accounts!
  • read emails!
  • send emails!

check out the roadmap.

running

once i've completed the project i will provide a .jar executable that can be run automatically in a terminal, but for now you have to compile.

if you download the source, i've provided a start.sh script that will automatically compile (using ant) and start the app. you have to make it executable with chmod +x ./start.sh.

compiling from source

  • git clone https://github.com/oicleevan/APCSAFinalProject
  • cd APCSAFinalProject
  • ant package

(you could then run with start.sh)

attributions

all code by me. written on vscode and compiled using ant on an ubuntu wsl vm (at least for me).


About

replit.com/@eoicle/APCSAFinalProject


Languages

Language:Java 98.8%Language:Shell 1.2%