Skip to content

A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

License

Notifications You must be signed in to change notification settings

LouiseKlodt/Reactive-Resume-lk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive Resume

Reactive Resume

Local Build

Prerequisites

  1. install npm and postgres
  2. Connect to postgres and create postgres user:
~ psql postgres

postgres=# CREATE USER postgres;
postgres=# ALTER DATABASE postgres OWNER TO postgres;
  1. Follow the steps at https://docs.rxresu.me/source-code/local-build

  2. Add values for SECRET_KEY and JWT_SECRET in your .env file

  3. Build and start server:

pnpm build
pnpm start
  1. Navigate to http://localhost:3000/

License

Reactive Resume is packaged and distributed using the MIT License which allows for commercial use, distribution, modification and private use provided that all copies of the software contain the same license and copyright.

By the community, for the community. A passion project by Amruth Pillai

About

A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.4%
  • SCSS 4.1%
  • Other 1.5%