SblipDev / dremo

Dremo is a community app in which you can join several communities, post stuff you find interesting, comment and have fun!

Home Page:http://dremo.sblip.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Dremo

IN DEVELOPMENT

Dremo is a community app in which you can join several communities, post stuff you like, comment and just have fun!

Report Bug · Request Feature

Installation and Running the code.

Python side:

use pip to install all the dependencies.

$ pip install -r requirements.txt

After the dependencies are installed, run the following commands.

$ python3 manage.py migrate
$ python3 manage.py runserver

If the following commands execute without any problems, the backend server has started. Now keep the server running as we go to the javascript instructions.

Javascript Side

Go in the frontend/ directory of the repository using this command,

$ cd frontend/

and to install all the dependencies, run this command ->

$ npm install

now we have to run the server ->

$ npm run serve

Please keep sure that both the servers are running, then open http://localhost:8000 or http://127.0.0.1:8000. If its working, you will be able to see the home page.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Twitter - @dremodev
Project Link: https://github.com/shaurya-blip/dremo/
Website : https://dremo.sblip.dev

About

Dremo is a community app in which you can join several communities, post stuff you find interesting, comment and have fun!

http://dremo.sblip.dev

License:MIT License


Languages

Language:HTML 55.7%Language:Python 38.2%Language:JavaScript 4.9%Language:Vue 1.2%