Skip to content
/ dremo Public

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

License

Notifications You must be signed in to change notification settings

SblipDev/dremo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published