/Sitemate

Primary LanguageJavaScript

Sitemate Challenge

This is a CRUD (Create, Read, Update, Delete) Issues application (like github or jira) that uses a RESTful API to interact with a server. The server handles the backend logic, data storage, and API endpoints, while the client provides the user interface for interacting with the API and displaying data.

Server and Client Setup

Server

Navigate to the Server Directory:

-Change your current directory to the server folder where the server-side code is located.

Install Dependencies:

-Use "yarn install" or "npm install" to install the required packages and modules for the server to function properly.

Start the Server:

-Run "yarn start" or "npm start" to launch the server and make it accessible for clients to connect and interact with.

Client

Navigate to the Client Directory:

-Change your current directory to the client folder where your client-side code is located.

Install Dependencies:

-Use "yarn install" or "npm install" to install the required packages and modules for your client to function properly.

Start the Client:

-Run "yarn start" or "npm start" to launch the client application, which will display the user interface and allow you to interact with the server's API.