You can also give this repository a star to show more people and they can use this repository.
- Node.js - JavaScript runtime environment
- Express.js - web framework for Node.js
- GraphQL - query language and runtime
- express-graphql - GraphQL middleware for Express
- Mongoose - ODM (Object Data Modeling) for MongoDB
- MongoDB - NoSQL database
- CORS - Cross-Origin Resource Sharing support
- dotenv - environment variables management
- colors - console output coloring
- nodemon - automatic server reloading during development
- React - JavaScript library for building user interfaces
- React Router DOM - routing for React applications
- Apollo Client - GraphQL client for React
- GraphQL - query language
- React Icons - icon library for React
- React Scripts - build tools for Create React App
- Testing Library - testing tools (Jest, React Testing Library)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repository to your local machine
git clone https://github.com/gmaxsoft/project-node-graphql-mongoose.git
- Navigate to the project directory
cd project-node-graphql-mongoose
cd server- Install the necessary dependencies
npm install- Start the development server
npm run startThe website should now be up and running on http://localhost:5000.