Skip to content

Boilerplate stack using Postgres, Express.Js, React.Js, Node.Js...

License

Notifications You must be signed in to change notification settings

Estayparadox/Stack-PERN-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d6b1410 · Jun 2, 2020

History

11 Commits
Jun 2, 2020
May 15, 2020
May 14, 2020
May 22, 2020

Repository files navigation

PERN STACK BOILERPLATE

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

To install the dependencies:

npm install

To run the server:

nodemon server

To run the client:

npm start

You have to edit the db.js with your Postgres information.

Built With

  • PostgreSQL - Advanced Open Source Relational Database
  • ExpressJS - Web application framework for Node.js
  • ReactJS - The JavaScript library used for building the user interfaces
  • NodeJS - JavaScript run-time environment

License

This project is licensed under the MIT License - see the LICENSE.md file for details