Skip to content

vampyren/pulse_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulse Monorepo (root)

This repo will host all Pulse apps and services.

  • backend/ — Node/Express API (SQLite). Start here.
  • (optional) web/ — React frontend (to be added).
  • (optional) infra/ — deployment scripts.

Getting started (backend)

cd backend
npm install
cp .env.example .env   # update APP_NAME if you want
node src/db/seed.js
npm run dev

Git quick start

git init -b main
git add .
git commit -m "chore: init Pulse repo with backend v0.1.1"
git tag v0.1.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published