Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 414 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 414 Bytes

Welcome to Anti-Resume!

Developers: @rgemawat2000, @oodwyer, and @caroljli

Deployment

To run frontend,

npm install
npm run start

To run the backend,

cd antiResume_backend
npm install
npm run start:server

For deployment information, contact @rgemawat2000.