CapturePeak Backend is a media sharing platform backend server developed using Node.js and TypeScript. It allows users to perform CRUD operations on media content, includinguser authentication, uploading, listing, and liking/unliking images and videos.
To get started with CapturePeak Backend on your local development environment, follow these instructions:
Make sure you have the following software installed:
- Node.js (version 18 or higher)
- npm (Node.js package manager)
- Clone the repository:
git clone https://github.com/Mahmoudk3m/CapturePeak-backend.git
- Navigate to the project directory:
cd CapturePeak-backend
- Install dependencies:
npm install
After installing the project dependencies, you can start using CapturePeak Backend by running the server locally. Below are the steps to run the server:
- Start the server:
npm start
- Access the API endpoints using your preferred API client or by integrating them into your frontend applications.
Now you can perform CRUD operations on media content, including uploading images and videos, listing them, and liking/unliking them through the provided API endpoints.