A proof of concept (POC) on using GraphQL with Nest.js.
The project is created with:
- Nest.js (9.0.0)
- GraphQL 16.6.0
- Node.js (18.14.0)
- NPM (9.4.1)
Used database:
- MongoDB Atlas
To run the project properly, you'll need a .env
file with a MONGODB_URI
variable that contains your MongoDB instance URL.
To run this project, install it locally using NPM:
# install dependencies
$ npm install
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
The server should be up and running on the GraphQL Playground localhost:5000.
This project is finished.