dev-resources.site
for different kinds of informations.
Complete, full-stack setup for any node/express/psql app, equipped with basic ui, routes & more.
Published at
12/20/2024
Categories
beginners
node
express
postgres
Author
adamchain
Author
9 person written this
adamchain
open
My 2nd public project! a full-stack js/node/express/postgres template (or foundation?). Syncs interface with your db, lets users sign up, sign in, and open a JWT token-protected page. Includes CRUD for user management.
Frontend:
- Sign Up: Form for name, email, and password (with validation).
- Sign In: Login with email and password, get a JWT.
- Dashboard: Protected, validates JWT.
Backend:
- Built with Express.js.
- Handles routes, auth, and APIs.
- Hashes passwords with bcrypt.
- JWT for sessions.
Database:
- PostgreSQL for user data.
- CRUD for create, read, update, delete users.
- Simple, functional starting point for auth-based apps.
Guide to setting up node/express-postgres enviornment: https://blog.logrocket.com/crud-rest-api-node-js-express-postgresql/
--
Disclaimer: I'm brand new to dev & I am building projects, 1 at a time, to help myself. I would appreciate any & all feedback.
express Article's
30 articles in total
Cookies auto clearing after browser refresh issue , CORS related express cookies issue
read article
how to setup express api from scratch
read article
I Really like Middleware in NodeJs/Express.
read article
From Legacy to Lightning: Modernizing an Astro App with Daytona
read article
Setting Up Dual Compilation (SSR + CSR) in ViteJS with vite-plugin-builder
read article
Starting A Series On TypeScript Join In As We Build Together
read article
How to Generate a Secure JWT Secret Using Node.js
read article
Mastering Express.js: A Deep Dive
read article
Comprendre le Design Pattern MVC avec Node.js, Express et MongoDB
read article
How to implement File uploads in Nodejs: A step by step guide
read article
Node backend port band bo'lib qolishi
read article
Deploying an Existing Express API + Prisma + Supabase Project to Vercel
read article
New React Library: API Integration Made Easy with Axiosflow's Automatic Client Generation
read article
Build and Deploy a Monorepo WebSocket web application with Turbo, Express, and Vite on Render Using Docker
read article
Express app with decorators based routing and dependency injection
read article
miniframe-router: Router for Express.JS Applications
read article
Create an API for AG-Grid with Express
read article
Blogsphere | A blogging website made with MERN stack. includes user management.
read article
วิธีทำ Auth API ด้วย Express, JWT, MySQL และ Prisma
read article
[Boost]
read article
Complete, full-stack setup for any node/express/psql app, equipped with basic ui, routes & more.
currently reading
Which One Should You Choose NEST JS or EXPRESS JS?
read article
Hackers Love These Common MERN Stack Mistakes: Are You Exposing Your App? 🔐
read article
Build a React login page template
read article
A New Way of Setting Up an Express Server for Lazy Developers npm i mbfi
read article
[Boost]
read article
Express request types
read article
Mastering Express.js: A Deep Dive
read article
Getting Started with Express.js for Web Development
read article
Introduction to TypeScript with Express: Building Your First REST API
read article
Featured ones: