App to meant to help transfer information between clients and service providers.
- Check out the application here
- Login
- Register
- Email Verification
- Reset Password
- Delete Account
- Create any form of your choosing (can be a questionaire, document to get data from a client, etc.)
- Edit Form
- Delete Form
- Create Submission
- Delete Submission
- Export Submission JSON data to XML (excel file)
Should this project recieve more team members or go open source...
- Install dependencies with
yarn install
- To run locally use
yarn run dev
(note: You may need to installtypescript
andts-node
globally)- Ensure you have the email service credentials, local mongodb server, and local redis server running
- To test locally use
yarn run test