Skip to content

amit-ksh/mylo

Repository files navigation

Mylo App

Mylo is an AI-powered web application that provides newsletter service to individuals and businesses to start their newsletter for their users or customers.

Tech Stack Used

Setting the local environment

  1. Clone the repo and install the dependencies

    git clone https://github.com/amit-ksh/mylo.git
    cd mylo
  2. Rename the .env.example to .env and fill up all the variables

  3. Getting all the credentials (Follow the guide)

  4. Installing dependencies and creating DB tables:

    npm install (this will both install dependencies and create tables)
    or
    npx prisma migrate dev [If tables are not created, run this]
    
  5. Run the development server:

    npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published