Skip to content

oicleevan/APCSAFinalProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).


Releases

No releases published

Packages

No packages published