Skip to content

christoph-codes/RecallAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecallAI

AI Memory for everyone

Project Structure

This repository contains two main components:

Frontend (/frontend)

  • Technology: Next.js 15 + TypeScript + Tailwind CSS
  • Framework: React with App Router
  • Styling: Tailwind CSS for utility-first styling
  • Deployment: Configured for Vercel
  • LIVE URL: https://recall-ai-topaz.vercel.app

Backend (/backend)

Getting Started

Frontend Development

cd frontend
npm install
npm run dev

Backend Development

cd backend/RecallAI.Api
dotnet restore
dotnet run

Building for Production

Frontend

cd frontend
npm run build

Backend

cd backend/RecallAI.Api
dotnet build --configuration Release

Project Features

  • Frontend: Modern React application with TypeScript for type safety and Tailwind for responsive design
  • Backend: RESTful API built with .NET 8 for high performance and scalability
  • Deployment Ready: Both projects include appropriate configurations for their respective hosting platforms