This contains the code for the api backend for resumake.io. Check out the Contributing Server Changes in the contributing.md file to learn how to work on the app.
npm install
npm start
npm test
npm run lint
npm run fix
npm run format
npm run flow
npm run flow-typed install
npm run jest
npm run build