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.
- Node.js
- Typescript
- PostgreSQL
- Prisma
- Azure Functions
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
- Fork it (https://github.com/PiotrBlachnio/Networky/fork)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request