Skip to content
/ rexumee Public

A simple one page website for professional resume.

License

Notifications You must be signed in to change notification settings

mkdika/rexumee

Repository files navigation

Rexumee

License: Apache-2.0 Build Status

A simple one page website for professional resume.

Rexumee is using a minimalize Spring Boot stack with embedded web server, and a YAML file for the resume content. Just download (clone) the source code, build and test from local environment or build the Docker container for production deployment.

Tech Stack and Library

Edit Resume Content

To edit resume content with your preferences, open the file: src/main/resources/application.yml , then edit under the resume sections. All the content structure are using YAML markup language convention. Check the customable fields from example or from the online demo.

Build and Running the Application within Localhost

Build

mvnw clean package

Running Application

mvnw spring-boot:run

Application will run on port 8080, access the URL http://localhost:8080 from web browser.

Running Application (alternative)

There is alternative for run the application. After build, go to target folder, make sure there is rexumee.jar file. Then, from that folder run:

java -jar rexumee.jar

Docker Deployment

Make sure you have installed Docker & Docker Compose prior to deployment, if not:

  • Find out the documentation about Docker Installation at here.
  • How to install Docker-Compose here.

From the project root folder, run:

docker-compose up -d

Check whether the deployment run properly:

docker ps

And you can access the webpage from port 80.

Online Demo

For online demo and preview, please visit here.

Copyright and License

Copyright 2018 Maikel Chandika ([email protected]). Code released under the Apache License, Version 2.0. See LICENSE file.

About

A simple one page website for professional resume.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published