Skip to content

Graphql API created using Node.js and Typescript. It's acts as a social network api interface and allows you to create posts, comments and leave likes. API is deployed as an Azure Function.

License

Notifications You must be signed in to change notification settings

PiotrBlachnio/Networky

Repository files navigation

Networky

Graphql API created using Node.js and Typescript. It's a social network API that allows you to create posts, add comments, and leave likes. Database is handled by Prisma and the application is deployed as an Azure Function.

Technologies used

  • Node.js
  • Typescript
  • PostgreSQL
  • Prisma
  • Azure Functions

Running on localhost


Make sure you've createad .env file with the corresponding variables from .env.example


git clone https://github.com/PiotrBlachnio/Networky.git
cd Networky/
yarn install
yarn start

Contributing

  1. Fork it (https://github.com/PiotrBlachnio/Networky/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Graphql API created using Node.js and Typescript. It's acts as a social network api interface and allows you to create posts, comments and leave likes. API is deployed as an Azure Function.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks