/simpo-server

CRU project built with Node.js, Express & PostgreSQL

Primary LanguageJavaScript

Simpo (server)

CRU project built with Node.js, Express & PostgreSQL

Getting Started

These instructions will get you a copy of the simpo-server up and running on your local machine for development and production purposes.

Installing

npm i

Post-installation

open src/config/db.js and set your DB information under development/production

running dev environment

npm run dev

running production environment

npm run start