/Devmeet

Devmeet is a place where people who are interested in the development and want to learn/share/discuss/start can create a room with a proper heading and description (purpose of creating the room). You can view the recent activity going on and can search and explore different rooms. Can chat and share your opinions/resolve someone's doubts. This also has a newsletter where you can subscribe and get the latest news of opportunities early.

Primary LanguagePython

DEVMEET 🙋‍♂ 🙋‍♀️ 💻

Tech Stack:

✨ Welcome to Menstruated ✨


  • Frontend: Html,Css
  • Backend: Django
  • Version Control: Git and GitHub
  • Hosting: Heroku
  • Code Editor and tools: VS Code

Table of Contents

- Overview
- Features
- Future Prospects
- Setup Guidelines
- Contribution Guideline

Overview 🔨

Devmeet is a place where people who are interested in the development and want to learn/share/discuss/start can create a room with a proper heading and description (purpose of creating the room). You can view the recent activity going on and can search and explore different rooms. Can chat and share your opinions/resolve someone's doubts. This also has a newsletter where you can subscribe and get the latest news of opportunities early.

Features:

  • Sign up, Login, Logout
  • Create Room
  • Search Room
  • Recent Activity
  • Rooms based on a certain topic
  • Newsletter

Future Prospects:

  • Vedio Calling functionality.
  • Github integration and profile section with developer's skills and other links.
Setup Steps
  • Setup Virtual environment
$ python3 -m venv env
  • Activate the virtual environment
$ source env/bin/activate
  • Install dependencies using
$ pip install -r requirements.txt
  • Make migrations using
$ python manage.py makemigrations
  • Migrate Database
$ python manage.py migrate
  • Create a superuser
$ python manage.py createsuperuser
  • Run server using
$ python manage.py runserver

Uses Git Uses HTML Uses CSS Built with love forthebadge made-with-python