Skip to content

OdranHUSSON/chatbot-poc-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

179 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot System (Next.js)

Welcome to the Chatbot System built with Next.js. This demo project showcases a personal chatbot system, and this README provides instructions on how to start the project.

Prerequisites

Before you begin, ensure you have the following installed:

  • Docker
  • make command-line utility (usually comes with most UNIX systems)

Starting the Project

To get the project up and running, use the provided Makefile which has commands to manage the Docker services.

Available Commands:

  1. Start Services: This command starts the Docker containers in the background.

    make up
  2. Stop Services: Use this command to stop all the running containers associated with the project.

    make down
  3. Migrate Database: Create database models with sequelize migrations using

    make migrate-db

That's it! After running make up, you should be able to access the chatbot system from your web browser.

Create new migration

docker compose exec nextjs npx sequelize-cli migration:generate --name migration name

Run tests

make test

Template used

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors