Skip to content

mad-chameleon/development-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

development-parser

Initial full-stack bootstrap with:

  • client/ — Vue 3 + Vite frontend
  • server/ — Node.js + Express backend

Install

npm install

The frontend dev server uses vite-plugin-mkcert and starts over HTTPS. On the first run, mkcert may ask to create and trust a local development certificate.

Run in development

npm run dev
  • Frontend: https://localhost:5173
  • Backend: http://localhost:3001

Available scripts

  • npm run dev — starts client and server together
  • npm run dev:client — starts only the frontend
  • npm run dev:server — starts only the backend
  • npm run build — builds the frontend
  • npm run start — starts the backend in production mode

Render deployment

This repo is configured for a single Render Web Service via render.yaml.

  • Build command: npm install && npm run build
  • Start command: npm start
  • Public app: Render serves the Vue frontend through the Express server
  • API: /api/* stays on the same origin as the frontend

Current API

  • GET /api/health — backend health check
  • POST /api/parse — parser stub route

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors