Skip to content

LeonardoMGA-dev/tagex-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tagex-backend

Getting Started

To get started with the tagex-backend project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/tagex-backend.git
  2. Install the dependencies:

    cd tagex-backend
    npm install
  3. Configure the environment variables:

    Create a .env file in the root directory of the project and add the necessary environment variables. For example:

    PORT=3000
    OPENAI_API_KEY=xxxxxxxxxxxxxxxxxxxx
    
  4. Start the server:

    npm start
  5. Open your browser and navigate to http://localhost:3000 to access the tagex-backend application.

That's it! You have successfully set up and started the tagex-backend project. Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published