Skip to content

Commit 900bb25

Browse files
authored
Merge pull request #2 from Alex-ray/Alex-ray-patch-1
Updates README.md
2 parents db88bd2 + 11eb59e commit 900bb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the anti framework, framework. A project made up of specific technologie
66

77
*__Docker: -__* This is where our stack starts our app is split up into three containers an Nginx container for serving static files, a Node.js container for the backend and a Postgres container for our database. This also enables for cross platform development and deployment. Robust, Flexible and Dead Simple.
88

9-
*__Postgres: -__* The tried, trued and tested defacto databse. In this project I use the popular sequlize ORM.
9+
*__Postgres: -__* The tried, trued and tested defacto databse. In this project I use the popular sequelize ORM.
1010

1111
*__GraphQL: -__* A more effecient way to query data from a server. A better way to develop with the interactive graphql interface. This also provides an abstraction layer between our api and database that provides additional flexiblity if we every need to swap it out.
1212

0 commit comments

Comments
 (0)