**Welcome to the README for the GraphQlReact ** This project uses React, GraphQL, Express, and Tailwind to create a full-stack web application.
To run this project, you will need to have Node.js installed on your computer.
npm install
to install the server dependencies.npm install
to install the client dependencies.To start the server and watch it using Nodemon, run npm run dev
in the root file. This will start the server on port 5000.
To start the client, move to the client folder and run npm start
. This will start the client on port 3000.
The client
folder contains the client-side code, including the React components and styles.
The server
folder contains the server-side code, including the GraphQL schema, resolvers, and database models.
If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.