1.0.7 • Published 5 months ago
mosal-ye-platform-backend v1.0.7
Mosal YE Platform Backend
Project Overview
The mosal-ye-platform-backend
is a backend service built using Node.js, TypeScript, and Express. It includes various features such as authentication, file uploads (using AWS S3), and scheduled tasks. The project integrates AWS SDK for S3 file handling, supports Prisma for database access, and uses Jest for unit testing.
Prerequisites
- Node.js version 20.12.2 or later
- npm package manager
- AWS S3 bucket and credentials set up for file uploads
Getting Started
Installation
Clone the repository:
git clone https://github.com/your-repo/mosal-ye-platform-backend.git
cd mosal-ye-platform-backend
npm install
npm seed
npm dev1
npm build
npm test