Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 913 Bytes

File metadata and controls

36 lines (24 loc) · 913 Bytes

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