Coder Social home page Coder Social logo

karl-horning / postgresql-graphql-apollo-server-blog-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 108 KB

This project is a blog application built using PostgreSQL, GraphQL, and Apollo Server.

Home Page: https://github.com/Karl-Horning/postgresql-graphql-apollo-server-blog-app

License: MIT License

PLpgSQL 27.09% JavaScript 72.91%
postgresql sql node-js npm apollo-server graphql backend api

postgresql-graphql-apollo-server-blog-app's Introduction

PostgreSQL, GraphQL, and Apollo Server Blog App

This project is a blog application built using PostgreSQL, GraphQL, and Apollo Server.

TODOs

  • Add data loaders
  • Add create endpoints
  • Add update endpoints
  • Add unit tests
  • Create front end

Setting Up Development Environment

To set up your development environment, follow these steps:

  1. Create .vscode Folder: Create a .vscode folder in the root of the project.

  2. Create launch.json File: Inside the .vscode folder, create a launch.json file.

  3. Configure Launch Settings: Add the following configuration to your launch.json file:

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Run dev script with nodemon",
            "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/nodemon",
            "program": "${workspaceFolder}/index.js",
            "restart": true,
            "console": "integratedTerminal"
        }
    ]
}

This configuration allows you to run the development script using nodemon, which automatically restarts the server when changes are detected.

Running the Application

To run the application, simply execute the development script. Changes to your code will be automatically reflected as the server restarts.

npm run dev

Contributing

Contributions are welcome! Please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m 'Add feature'.
  4. Push to the branch: git push origin feature-name.
  5. Submit a pull request.

License

This project is licensed under the MIT License.

Author

Karl Horning:

postgresql-graphql-apollo-server-blog-app's People

Contributors

karl-horning avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.