jonathananddaryll / artemis-crm

3 stars 0 forks source link

Tech Stack + Libraries #2

Closed collectivenectar closed 1 year ago

collectivenectar commented 1 year ago

Proposed Tech Stack:

Frontend

React via Vite Redux/useContext + React Redux + Redux Toolkit Toastify? Clerk.dev? Jest

Backend

Clerk.dev? Node Express PostgreSQL (on Neon.tech) AWS S3 || Backblaze Jest

Anything to add/remove?

dirtyhoops commented 1 year ago

Redux/useContext for state management.

On Tue, Apr 11, 2023 at 7:53 PM Jon @.***> wrote:

Proposed Tech Stack:

Frontend

React via Vite Toastify? Clerk.dev? Jest

Backend

Clerk.dev? Node Express PostgreSQL (on Neon.tech) AWS S3 || Backblaze Jest

Anything to add/remove?

— Reply to this email directly, view it on GitHub https://github.com/jonathananddaryll/artemis-crm/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABUHA3LEUHNZQLGUZMYQJL3XAYKKHANCNFSM6AAAAAAW3B5TYE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

collectivenectar commented 1 year ago

Here is some stuff I was able to find quickly, maybe or maybe not usable but worth a shot:

Web Services / APIs

https://platform.openai.com/docs/guides/completion/introduction - low priority is free

https://developers.google.com/gmail/api/guides - complete API for gmail - allows to create, send, read/receive/inbox inside the app

Libraries

https://www.npmjs.com/package/copy-to-clipboard - select text and copy to clipboard (for the chatgpt service and other copy & paste type things)

https://www.npmjs.com/package/react-document-preview - preview files as an image (for reading email files and for double checking the correct resume/cover letter before sending)

https://www.npmjs.com/package/@syncfusion/ej2-react-kanban - straight kanban library

https://www.npmjs.com/package/rss - rss feeds

https://www.npmjs.com/package/sortablejs - drag and drop lists (could be useful to build our own kanban)

collectivenectar commented 1 year ago

Another resource that could eliminate some extra work: https://developers.google.com/cloud-search/docs/guides/search-widget - integrate a search widget into the app for both job searching and contact research

collectivenectar commented 1 year ago

Main tech stack is chosen for the most part, closing this issue for now.