This project is the backend for the CAOCAP application. It is built with Node.js and handles various server-side functionalities.
Before running this project, ensure you have the following installed:
- Node.js (version 14.x.x or higher)
- npm (Node Package Manager, included with Node.js)
-
Clone the repository:
Clone the project repository from GitHub using the following command:
git clone https://github.com/CAOCAP/CAOCAP-Backend.git
2.Navigate to the project directory:
Move into the project directory:
cd CAOCAP-Backend Install dependencies:
Install all necessary Node.js packages by running:
npm install
3.Running the Project To start the backend server, use the following command:
npm start