Skip to content

Momotalk clone with AI integration for chatting to Mika

Notifications You must be signed in to change notification settings

wanony/mikatalk-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mikatalk

Pre-requisites

Please install the following:

  • npm OR yarn
  • MongoDB (or use MongoDB cloud)

I will use npm for the following instructions, you may replace it with yarn if that is your preference (or bun if you're using that).

Installation instructions

First git clone the repository

git clone https://github.com/wanony/mikatalk-site

Following this, cd into the backend directory and create the .env file.

Example .env file without any values:

MONGODB_URL=
JWT_SECRET=
COOKIE_SECRET=
PORT=

Populate these values appropriately.

Following this install the node modules for the backend directory with the following command:

npm i

Then cd to the frontend directory:

cd ../frontend/

And again install the node modules:

npm i

Running the project

Open two terminal windows and cd into the frontend and backend directories, then run in each:

npm run dev

About

Momotalk clone with AI integration for chatting to Mika

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages