Skip to content

jimmysamportfolio/nexus-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexus v2

Project Overview

Nexus v2 provides a modern web application with a Next.js frontend and a Python backend.

Project Structure

  • frontend/: Next.js application (TypeScript, Tailwind CSS)
  • backend/: Python application (Source in src/, dependencies in requirements.txt)
  • AI_RULES.md: Guidelines for AI agents working on this project.

Getting Started

Prerequisites

  • Node.js & npm
  • Python 3.9
  • pip

Frontend Setup

  1. Navigate to the frontend directory:
    cd frontend
  2. Install dependencies:
    npm install
  3. Run the development server:
    npm run dev

Backend Setup

  1. Navigate to the backend directory:
    cd backend
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the application (example command, adjust as needed):
    python src/main.py

About

cleaner version of nexus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors