Skip to content

cyf-library/resource-library

Repository files navigation

Resources Library

CircleCI

Getting Started

  • This repo is frontend and backend
  • It requires NODE
  • This app is built with: NODE.JS, REACT, POSTGRESQL

Installing

Install project dependencies in the root directory:

npm install

Run project locally:

npm run dev -- --watch && node index.js

Deployment

The following files are provided for build and deployment:

  • .travis.yml: tells Travis CI how to build the front end and trigger a Cloud Foundry deployment;
  • .cfignore: tells CF not to include things like node_modules/ and the README.md, to save sending so many files over the network when deploying; and
  • manifest.yml: tells CF how to run the application.

Additionally a Postgres service will need to be bound to the application on CF to provide the DATABASE_URL; see e.g. https://docs.pivotal.io/partners/crunchy/using.html for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors