Coder Social home page Coder Social logo

nedimcanulusoy / anon-scriber Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 45 KB

Anon Scriber is a web application where people can anonymously share posts of a memoir of themselves or of someone

Home Page: https://anon-scriber.herokuapp.com

License: MIT License

Python 50.56% CSS 0.36% HTML 47.56% Mako 1.52%
flask

anon-scriber's Introduction

Anon Scriber

Anon Scriber is a web application where people can anonymously share posts of a memoir of themselves or of someone


Project Status

Anon Scriber is still under heavy development. There can be breaking changes, but I am trying to keep them as minimum as possible.

Requirements

  • Python 3.9

  • Other required packages in requirements.txt


How To Run

  • Clone this repository.
$ git clone --recursive https://github.com/TheNavyInfantry/Anon-Scriber.git

$ cd Anon-Scriber
  • Install virtualenv:
$ pip install virtualenv
  • Open a terminal in the project root directory and run:
$ virtualenv venv
  • Then run the command:
$ source venv/bin/activate
  • Then install the dependencies:
$ (venv) pip3 install -r requirements.txt
  • Then setup the database:
$ (venv) python
    >>> from anon_scriber import db

    >>> db.create_all()
  • Then setup the flask: (NOTE: export is used in Linux)
$ (venv) export FLASK_APP=app.py

$ (venv) export FLASK_DEBUG=True
  • Finally start the web server:
$ (venv) flask run
  • This server will start on port 5000 by default. You can change this in app.py by changing the following line to this:
if __name__ == "__main__":
    app.run(debug=True, port=<desired port>)

anon-scriber's People

Contributors

nedimcanulusoy avatar

Watchers

 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.