GithubHelp home page GithubHelp logo

dumb0ctopus / promptxchange Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eshiofune/promptxchange

0.0 0.0 0.0 231 KB

Python 46.85% Dockerfile 1.53% JavaScript 34.03% HTML 10.00% CSS 7.60%

promptxchange's Introduction

PromptXchange

Read Me

readme

Introduction

Lorem ipsum dolor sit amet consectetur. Ullamcorper mollis nunc interdum suspendisse a urna mauris. Vitae id diam molestie sed pellentesque. Enim faucibus quisque egestas aliquet arcu purus. Tortor sagittis pretium pulvinar quam. Massa fermentum ornare ultrices sit vivamus sed tortor

Installation

Back-end Setup

Install Docker (the following are for Ubuntu; for a different OS, please research online):

Copy the environmental variables file and set the values as appropriate:

cd promptxchange_backend/promptxchange_backend;
cp config_dist.py config.py;

Usage

If you're running for the first time, or changes have been made to requirements or migrations, you need to build:

cd promptxchange_backend;
docker compose build;
docker compose up -d;
docker compose exec app bash;
python manage.py migrate;
python manage.py createsuperuser;
exit;

Otherwise, run:

cd promptxchange_backend;
docker compose up

Visit http://127.0.0.1:5556/admin in your browser to view the admin site.

Note that the server will restart even if it crashes or your system reboots. To kill the server, you need to bring down the container:

cd promptxchange_backend;
docker compose down

Roadmap

  • Lorem ipsum dolor sit amet consectetur.
  • Ullamcorper mollis nunc interdum suspendisse a urna mauris.
  • Vitae id diam molestie sed pellentesque.
  • Enim faucibus quisque egestas aliquet arcu purus.

Contribution

Lorem ipsum dolor sit amet consectetur.

  • Ullamcorper mollis nunc interdum suspendisse a urna mauris.
  • Vitae id diam molestie sed pellentesque.
  • Enim faucibus quisque egestas aliquet arcu purus.

Support

Lorem ipsum dolor sit amet consectetur. Ullamcorper mollis nunc interdum suspendisse a urna mauris. Vitae id diam molestie sed pellentesque. Enim faucibus quisque egestas aliquet arcu purus.

Acknowledgement

This project would have not been possible without the help of:

  • @eshiofune
  • @dump0ctopus
  • @catladydesignr

License

Lorem ipsum dolor sit amet consectetur. Ullamcorper mollis nunc interdum suspendisse a urna mauris. Vitae id diam molestie sed pellentesque. Enim faucibus quisque egestas aliquet arcu purus.

promptxchange's People

Contributors

eshiofune avatar dumb0ctopus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.