GraphQL/Node.js Learning Project intended to upgrade my back-end skills.
This is the front-end for Max's Node Blog Back-End. This is social networking type blog. Create an account, post pictures with descriptions and see other user's posts.
I combined my creative freedom with the knowledge gained in the course above to make this application.
Make sure to have Git and Node.js 10.0.0 (or higher) installed.
-
Clone it or fork it.
-
Once you have your local copy, install its dependencies using either Yarn:
yarn
or npm:
npm install
or the best:
pnpm install
After installed, you can start the application by running it with Yarn/pnpm:
yarn/pnpm start
or npm:
npm run start
This will start the server at localhost:3000.
Gustavo Máximo – gfmaximo97@gmail.com
Logo made with Gimp. Font used is Ink Free.
I'm not currently accepting pull requests as this is a personal project for both learning and career aspiration purposes. Feel free to fork it however.
This repository is licensed under MIT




