Giter Club home page Giter Club logo

bloggo's Introduction

BLOG APPLICATION

Certainly! Here’s a more detailed version of the provided paragraph:

This application leverages MindsDB to deliver intelligent chat assistance and automatically categorize each post into specific categories. Users can view all posts, comment on them, like their favorites, and create new posts. The app uses token-based authentication to ensure secure access and interactions. Additionally, users have the ability to report posts, helping to maintain content quality and compliance with community standards.


Tech Stack

  • Frontend: NextJs, Tailwind CSS
  • Backend: Next Js
  • Database: Postgres DB

Video Demonstration

Watch my Loom video

ScreenShots

image image image image image

Setup and Contributions Guidelines

$~$

📤 Set up

These are the steps required to install/run the project.

  1. Create a new branch:

    git checkout -b your-branch-name
  2. Clone the repository into the new branch:

    git clone https://github.com/your-username/your-repository.git .
  3. Create .env file in the root folder:

     DATABASE_URL=<YOUR_dB_URL>"
    SECRET_KEY=<your secret key>
    MINDSDB_KEY=<your api key>
    MINDS_URL=<minds url>
    BASE_URL=<application url>
  4. Install dependencies:

    npm install

5.Create minds db Docker container:

```bash
docker run --name mindsdb_container -p47334:47334 -p47335:47335 mindsdb/mindsdb
```
  1. Start the application:

    npm run dev
  2. Use the GUI provided by the docker container to create models

    • Go the editor router of that docker container url
  3. Now you are all set to start working on this project and do some contributions:

    • Make your changes.

    • Stage and commit your changes.

    • Push your changes to your branch:

      git push origin your-branch-name

Work in Progress

This project is still under active development. Feel free to contribute or check back later for updates.

bloggo's People

Contributors

niharika0104 avatar

Watchers

Lucian avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.