Skip to content

DevMind 🌟 is a platform for developers πŸ’» to share their ideas and thoughts with developers all over the world πŸš€

Notifications You must be signed in to change notification settings

Blockchain-Projects-Solana/DevMind

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DevMind



Open Source Love Build by Nikhil


🌟 DevMind is a social media platform for developers πŸ’» to share their ideas and thoughts with developers all over the world πŸš€


Technology Stack

Languages

JavaScript HTML5 CSS3


Library & Frameworks

NodeJS Express.js MongoDB Mongoose React


Project Management Tools

GitHub Git


Setup and Installation

First install the server dependency,

make setup-server-libs

Now to run server, first add Environment Variables by creating a new .env file in server folder and add the contents following .env.example

Once you have added correct credentials, start the server

make run-server

To get auto reload, start the dev server,

make run-server-dev

Now to run Client UI, First install the client dependency,

make setup-ui-libs

Now to run client, first add Environment Variables by creating a new .env file in client folder and add the contents following .env.example

Once you have added correct credentials, start the client

make run-ui

To build client ui,

make build-ui

If you want to use docker,

docker-compose up --build

License



About

DevMind 🌟 is a platform for developers πŸ’» to share their ideas and thoughts with developers all over the world πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.2%
  • CSS 29.7%
  • HTML 1.4%
  • Other 0.7%