π RapidSign π Blazingly Fast and Secure Document Signing Platform
Live at: https://rapidsign.herokuapp.com
Final Project for CS375 Group Name: RapidSign
Do npm install
inside the client and the server folders just once.
Put a .env file inside client folder.
Put a .env file inside root folder.
Place the environment variables. Sample .env files are already provided.
Then, run the following:
$ npm run client
$ npm run server
git add .
git commit -m "Deploy to Heroku"
git push heroku main