An open API service indexing awesome lists of open source software.

https://github.com/estayparadox/stack-pern-boilerplate

Boilerplate stack using Postgres, Express.Js, React.Js, Node.Js...
https://github.com/estayparadox/stack-pern-boilerplate

boilerplate client express javascript nodejs postgres reactjs server stack

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://www.postgresql.org) - Advanced Open Source Relational Database
* [ExpressJS](https://expressjs.com/) - Web application framework for Node.js
* [ReactJS](https://reactjs.org/) - The JavaScript library used for building the user interfaces
* [NodeJS](https://nodejs.org/en/) - JavaScript run-time environment

## License

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