Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReplyMind Backend

Node/Express API server for ReplyMind — the AI Gmail-reply extension. Handles auth, JWT sessions, and reply-generation requests from the browser extension.

Stack

Express + JWT auth + bcrypt password hashing. See package.json for the full dependency list.

Structure

routes/
  auth.js       login / signup / session
  generate.js   AI reply generation endpoint
middleware/     auth guards
db/             data layer
admin/          admin utilities
server.js       entry point

Run locally

npm install
cp .env.example .env      # fill in your keys
npm run dev                # nodemon server.js

Related

  • Frontend/extension + landing page: replymind

Built by Jacob.

About

Node/Express backend API for ReplyMind — auth, JWT, and reply generation endpoints for the AI email-reply Chrome extension.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages