Skip to content

Commit ca1be3d

Browse files
authored
Merge pull request #33 from the-road-to-graphql/strip-out-client
Universal Family of Boilerplate Projects
2 parents ea39cc7 + 2187e13 commit ca1be3d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+19
-16219
lines changed
File renamed without changes.
File renamed without changes.

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
3+
node_js:
4+
- stable
5+
6+
install:
7+
- npm install

README.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# fullstack-apollo-react-express-boilerplate-project
1+
# fullstack-apollo-express-postgresql-boilerplate
22

3-
[![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)
3+
[![Build Status](https://travis-ci.org/the-road-to-graphql/fullstack-apollo-express-postgresql-boilerplate.svg?branch=master)](https://travis-ci.org/the-road-to-graphql/fullstack-apollo-express-postgresql-boilerplate) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)
44

5-
A full-fledged Apollo Server 2 with Apollo Client 2 starter project with React, Express and PostgreSQL.
5+
A full-fledged Apollo Server with Apollo Client starter project with React and Express. [Read more about it in this tutorial to build it yourself](https://www.robinwieruch.de/graphql-apollo-server-tutorial/).
66

7-
[GraphQL Server Tutorial](https://www.robinwieruch.de/graphql-apollo-server-tutorial/)
7+
**This repository is the fullstack Apollo Server with Express and PostgreSQL project. You can find a working client application that can be used with this server in the list below:**
88

9-
## Features
9+
* [React Client](https://github.com/the-road-to-graphql/fullstack-apollo-react-boilerplate)
1010

11-
* React (create-react-app) with Apollo Client 2
11+
## Features of Client + Server
12+
13+
* React (create-react-app) with Apollo Client
1214
* Queries, Mutations, Subscriptions
13-
* Node.js with Express and Apollo Server 2
15+
* Node.js with Express and Apollo Server
1416
* cursor-based Pagination
1517
* PostgreSQL Database with Sequelize
1618
* entities: users, messages
@@ -27,19 +29,8 @@ A full-fledged Apollo Server 2 with Apollo Client 2 starter project with React,
2729

2830
## Installation
2931

30-
* `git clone git@github.com:the-road-to-graphql/fullstack-apollo-react-express-boilerplate-project.git`
31-
* `cd fullstack-apollo-react-express-boilerplate-project`
32-
33-
### Client
34-
35-
* `cd client`
36-
* `npm install`
37-
* `npm start`
38-
* visit `http://localhost:3000`
39-
40-
### Server
41-
42-
* `cd server`
32+
* `git clone git@github.com:the-road-to-graphql/fullstack-apollo-express-postgresql-boilerplate.git`
33+
* `cd fullstack-apollo-express-postgresql-boilerplate`
4334
* `touch .env`
4435
* `npm install`
4536
* fill out *.env file* (see below)

client/.gitignore

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)