Resume Builder Application
- React for Frontend and Express as Middleware.
- Material UI and React-Bootstrap for styling.
UPDATE : GOOGLE SIGN-IN & SESSION MANAGEMENT FEATURES ADDED
Quick Start
Clone the repository and do following:
# Install dependencies for server
npm install
# Install dependencies for client
npm run client-install
# Run the client & server with concurrently
npm run dev
# Run the Express server only
npm run server
# Run the React client only
npm run client
# Server runs on http://localhost:5000 and client on http://localhost:3000
Note - If you wish to change the server port number from 5000 to say port 4000, then do the following small change in package.json file of the client folder.
Demo :
Click this link to see the demo.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Credits :
Referred to this for setting up Google Sign-in