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...
- Host: GitHub
- URL: https://github.com/estayparadox/stack-pern-boilerplate
- Owner: Estayparadox
- License: mit
- Created: 2020-05-14T07:19:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T09:11:34.000Z (about 6 years ago)
- Last Synced: 2025-03-18T22:42:13.616Z (over 1 year ago)
- Topics: boilerplate, client, express, javascript, nodejs, postgres, reactjs, server, stack
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 5
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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