Quickly create, save and download your resume.
The project uses:
- NodeJS, Express, Mongoose, Graphql, JWT, BCrypt on the server.
- React JS, Apollo, Bulma CSS on the client
Install main dependencies
npm install
Install client and server dependencies
npm run setup
start the client and server
npm start