A GraphQL API project built and mantained with the lastest version dependencies.
I have used Apollo Server with Express to creating the Server with NodeJs in JavaScript and other properties from Apollo as well
- New Apollo Server V4
- Subscriptions
- Authentication using JWT
- Full CRUD operations
- Database MongoDB Atlas
JavaScript - ApolloServer - GraphQL - Express - bcryptjs - Moongose - JsonWebToken and ...
you need to have installed in your local machine nodejs, mongodb(You can use instead) and npm to init, manage and install NodeJS dependencies.
-
Clone or download this project.
-
Install dependencies using npm:
npm install
- Copy
.env.public
to.env
and update the variables with your own credentials.
cp .env.public .env
- Start the server as development mode
npm run start
With ❤️ by raulcv