Skip to content

hubspotdev/property-mapping-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Property Mappings Server

Used a getting started with Express and Typescript to bootstrap the project

What's included

  • A database using prisma to store auth and mappings
  • An OAuth handler to install apps
  • A basic caching layer to reduce unecesssary requests to HubSpot's API

Getting Started

npm install
npm run db-init
npm run seed
npm run dev

Install

npm install

Run

npm run dev

Build TS file

npm run build

Run for prod

npm run prod

DB Set Up

must have database up and running

npx prisma db push (creates schema)

npx prisma db seed (adds data)

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5