- install
npm
andpostgres
- Connect to postgres and create
postgres
user:
~ psql postgres
postgres=# CREATE USER postgres;
postgres=# ALTER DATABASE postgres OWNER TO postgres;
-
Follow the steps at https://docs.rxresu.me/source-code/local-build
-
Add values for
SECRET_KEY
andJWT_SECRET
in your.env
file -
Build and start server:
pnpm build
pnpm start
- Navigate to http://localhost:3000/
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