Skip to content

viniciusmuller/minimalpaste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinimalPaste - A minimalist pastebin server

 

🤔 What is this?

MinimalPaste is a minimalist pastebin service that uses a multithread server made with Python3 using only builtin resources. That is, you don't need to install any module in order to use it. The only requirement in order to run it is Python3.

 

✨ Features:

  • Multithread server.
  • Internal SQL database.
  • Dynamic URL creation.
  • Support to GET and POST requests.
  • Battery of automated tests inside src/tests directory.

 

⚙️ Setting up the server:

  • Download the repository:

    git clone http://github.com/arcticlimer/minimalpaste.git
  • Change directory to source code directory:

    cd minimalpaste/src
  • Run the server script:

    python app.py [<address> <port>]

    If address and port are not provided, the server will start at 127.0.0.1 (localhost), port 8080.

  • Done! Now you can access it!

 

🤝 If you want to contribute:

  • Assert your pull request pass all the automated tests and send it!

Note: The server must be running at 127.0.0.1:8080 in order to be tested.

About

🌵 A minimalist pastebin service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published