Smart Content App is a web application designed to help users plan and organize their content efficiently. It includes features such as a content planner and a smart asset organizer.
- Content Planner
- Calendar View
- List View
- Smart Asset Organizer
- Asset Uploader
- Asset Library
To install the project, follow these steps:
-
Navigate to the
backend
directory: cd backend -
Create a virtual environment: python -m venv .venv
-
Activate the virtual environment: source .venv/bin/activate
-
Install the required dependencies: pip install -r requirements.txt
-
Run the development server: python manage.py runserver
Frontend
-
Navigate to the frontend directory: cd frontend
-
Install the required dependencies: npm install
-
Run the development server: npm start
Usage To use the application, open your browser and navigate to http://localhost:3000 for the frontend and http://localhost:8000 for the backend.
License This project is licensed under the MIT License - see the LICENSE file for details.