profDevA / pern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

PERN (postgres, express, react, node) is a framework that allows developers interested in these technologies to get up and running with a minimum of fuss. It's still a work in progress, but it has the following pieces:

  • node/express backend for API calls
  • postgres database with minimal schema to demonstrate functionality
  • React/Redux frontend to demonstrate simple functionality
  • configuration files (e.g., nginx)
  • Instructions on how to set everything up
TODO
  • Unit tests
  • Minimal React Native app

Documentation

Documentation can be found here.

License

This framework is made available under the Apache 2.0 license.

About

License:Apache License 2.0


Languages

Language:JavaScript 85.6%Language:Python 11.6%Language:SCSS 2.4%Language:HTML 0.4%