Giter VIP home page Giter VIP logo

postern's Introduction

Postern Notebook Generic badge Generic badge Generic badge Generic badge

Django-based project to store my events with you. Postern is basically a project with Worpress-like posting platform to store your stats and situations with your friends. In this journy, I'm going to show you how a tiny project gets bigger and bigger and how wonderful it goes on. You can also visit the Postern from here.

Set it Up

Let's take a look at how you can have this project on your local system. You just need to do exactly what I did. Be sure that you have already installed python>3.6.

Clone it

Linux

Let's clone the original Postern and install it's requirements locally. Clone the Postern repository with the following command.

git clone https://github.com/lnxpy/postern.git

Now, you just need to create a venv and install the requirements of Postern.

Create a Virtual Environment

Linux

Install the pip3 package on your system with the following command on your terminal.

sudo apt-get install python3-pip

Now, you need to install the virtualenv of python3 using pip3 on your shell.

sudo pip3 install virtualenv

It's time to create a virtualenv and get ready for the next step. Fist, switch into the cloned directory to classify your project then create a venv locally.

cd postern
virtualenv -p /bin/python3.7 .venv
source .venv/bin/activate

Now, you've switched into your virtualenv which is .venv. Let's install the requirements.

pip install -r requirements.txt 

Finally, Run it

Linux

Before you could run it up, you need to create a database for your project. Use the following commands to create the sqlite database and get the first run of your project on your local system. Before you collect the database and run the project, be sure that DEBUG variable switched to True.

python manage.py migrate
python manage.py runserver

Preview

Now, you should have something like this. You can change templates, add new views, add new features, and make it ready for the deployment on your specific server. Enjoy it.

TODO list

  • Creating the project
  • Pushing my first commit to GitHub
  • Primary changes
  • Creating app
  • Setting the URLs
  • Upload the templates
  • Designing the templates
  • Getting ready for the deployments on the server
  • Simple features for Postern (post structures and database development)
  • UI Compilations
  • Getting ready for the Great Celebration ๐ŸŽ‰๐Ÿฐ๐Ÿฅณ

Thanks to..

Fork

Fork and develop are free for everyone. Be sure I'll check your push requests out.

Made with โค๏ธ

postern's People

Contributors

lnxpy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.