Pure && Lazy ePortfolio App Install Instructions git clone [email protected]:gatlee/it-project.git cd it-project npm install npm start Frontend should be accessible at http://localhost:4200 and api at http://localhost:4200/api Testing Instructions Ensure you have run npm install before Run npm test Run npm run e2e