Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhw-repo/mern-post-app
In development: Full stack with JavaScript, React.js, Node.js, Express.js, MongoDB. JWT Authentication, CRUD & validation, filtering and database. Responsive CSS. TanStack Table. Current sprint: prepare for testing, refactor auth to SSO, re-testing & deployment.
https://github.com/rhw-repo/mern-post-app
css3 cssmodules-react express-validator expressjs html javascript jwt-authentification mern-stack-development mongo-db mongo-db-atlas mongoose-schema node-js postman-api react-hooks react-libraries react-router-dom react-select reactjs styled-components tanstack-table
Last synced: about 1 month ago
JSON representation
In development: Full stack with JavaScript, React.js, Node.js, Express.js, MongoDB. JWT Authentication, CRUD & validation, filtering and database. Responsive CSS. TanStack Table. Current sprint: prepare for testing, refactor auth to SSO, re-testing & deployment.
- Host: GitHub
- URL: https://github.com/rhw-repo/mern-post-app
- Owner: rhw-repo
- Created: 2023-06-09T13:20:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T13:27:28.000Z (2 months ago)
- Last Synced: 2024-09-27T17:23:18.245Z (about 2 months ago)
- Topics: css3, cssmodules-react, express-validator, expressjs, html, javascript, jwt-authentification, mern-stack-development, mongo-db, mongo-db-atlas, mongoose-schema, node-js, postman-api, react-hooks, react-libraries, react-router-dom, react-select, reactjs, styled-components, tanstack-table
- Language: JavaScript
- Homepage:
- Size: 826 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Demo App**
Experiments using MERN stack for an app designed to help users store and manage online marketing documents.
- create account, login / logout (currently JSON Web Tokens in development phase)
- protected API routes = after succesful login, user may now access just their own set of documents
- CRUD functionality for their documents
- dotenv module and .env file for sensitive data
- formatting with ESLint & Prettier## **Stack:**
- MongoDB with Mongoose
- Express
- Node.js
- React.js
- originally using Create React App, now migrated to Vite in a separate branch- Testing requests: Postman API Platform
- Original design files: Figma## **Next ToDos: work in progress**
### **Globally**
1) Complete a11y audits (using tools such as Wave and NVDA screen reader).
2) Add frontend and backend input sanitization (validator.js / DOM Purify & express-validator).
3) Self-host fonts using woff & woff2 files.
3) Testing and performance audit.### **Home Page**
1) Add bulk delete feature for table if client requests.
### **Auth**
1) SSO to replace current development phase JWT email & password system### **Documentation**
1) Review development phase comments for refactor using JSDoc library.### **Earlier concepts**
Earlier concepts and frontend designs [here](https://github.com/rhw-repo/content_simple).