Skip to content

MagnusAI is an AI-powered website generation platform with a single prompt!

Notifications You must be signed in to change notification settings

VikrantKadam028/MagnusAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagnusAI

Table of Contents

Description

MagnusAI is a web application built with EJS, JavaScript, and Node.js. It leverages Express.js for the backend and Mongoose for interacting with MongoDB. This project likely provides some AI-related functionalities given its name. A more detailed description will be added as further information becomes available.

Features

  • User interface built with EJS templating engine.
  • Backend server implemented with Express.js.
  • Database interaction using Mongoose and MongoDB.
  • Likely incorporates AI-related functionalities (based on project name).

Tech Stack / Key Dependencies

  • Languages: EJS, JavaScript
  • Backend: Node.js, Express.js
  • Database: MongoDB, Mongoose
  • Dependencies (package.json):
    • axios
    • body-parser
    • cors
    • dotenv
    • ejs
    • express
    • express-session
    • mongoose
    • nodemailer

File Structure Overview

.
├── .gitignore
├── Backend
├── Frontend
├── README.md
├── package-lock.json
└── package.json

Prerequisites

  • Node.js (version >= 14.0.0 recommended)
  • npm (or yarn) package manager
  • MongoDB installation (if the application requires local MongoDB instance)

Installation

  1. Clone the repository:
git clone https://github.com/VikrantKadam028/MagnusAI.git
cd MagnusAI
  1. Install dependencies:
npm install

Usage / Getting Started

  1. Start the server:
npm start

This will likely start the server using node server.js as defined in the package.json script.

Configuration

The application likely uses environment variables for configuration (e.g., database connection strings, API keys). Create a .env file in the root directory based on the required configurations. Example .env variables:

MONGODB_URI=mongodb://localhost:27017/magnusai
SESSION_SECRET=your_secret_key
# Add other configuration variables as needed

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Distributed under the ISC License. See LICENSE file for more information.

Contact

Vikrant Kadam | vikrantkk2889@gmail.com

About

MagnusAI is an AI-powered website generation platform with a single prompt!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages