Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

SmartSplit

Getting Started

  1. Change directory to the backend folder:

    cd backend
  2. Install dependencies:

    npm install
  3. Start the backend server:

    npm start
  4. Open a new terminal and change directory to the frontend folder:

    cd frontend
  5. Install frontend dependencies:

    npm install
  6. Start the frontend development server:

    npm run dev

Environment Variables

Create a .env file in the backend directory with the following variables:

MONGO_URI=""
PORT=""
JWT_SECRET=""
EMAIL=""
EMAIL_PASS=""
GEMINI_API_KEY=""

Replace the values with your actual configuration.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages