Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 576 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 576 Bytes

RapidSign

🚀 RapidSign 🚀 Blazingly Fast and Secure Document Signing Platform

Live at: https://rapidsign.herokuapp.com

Final Project for CS375 Group Name: RapidSign

Development

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

Production

git add . 
git commit -m "Deploy to Heroku" 
git push heroku main