Skip to content

💼🚀 Prototype made for the course ENR 200 - Design, Innovation and Making

License

Notifications You must be signed in to change notification settings

vinaykakkad/DIM

Repository files navigation

All Contributors

DIM Prototype✨

Prototype made for the course ENR 200 - Design, Innovation and Making

Demo💻

Demo

Environment Variables⚙

To run this project, you will need to add the following environment variables to a .env file at the root of the project

  • EMAIL_HOST_USER : Your smtp email servie provider

  • EMAIL_HOST_PASSWORD : Password for your smtp email service provder

You can use smtp providers like gmail, sendgrid etc. Update the EMAIL_HOST in dim/settings.py accordingly.

Run Locally🚀

Clone the project

  git clone https://github.com/vinaykakkad/DIM

Go to the project directory

  cd DIM

Create Environement and install dependencies

python m venv env
env\Scripts\activate
pip install -r requirements.txt

Make migrations and start the server

  python manage.py makemigrations
  python manage.py migrate
  python manage.py runserver

Features🧾

You can register as a user, tech-expert or recruiter

For users
  • Get job opportunites based on your profile
  • Post events to search for speakers / experts
  • Find relvant courses using proper filters
  • Forum to get some motivation and clear your doubts
  • Chat with peers, experts and recruites
For tech-experts
  • Get job opportunites based on your profile
  • Find events to take a session based on your expertise
  • Forum to get some motivation and share your knowledge
  • Chat with peers, user and recruites
For recruiters
  • Find relevant candidates for job-openings
  • Post events to search for speakers / experts
  • Forum to get some motivation and share your knowledge
  • Chat with users, experts and other recruiters

Tech Stack👨‍💻

Frontend: HTML, CSS, JS, Bootstrap, React

Backend: Django, Firebase

License🔐

MIT

Contributors ✨

emoji key


Vinay Kakkad

💻 📖 🎨 🚧 📆

nipun3333

💻

Tirth Patel

💻

Poojan987

💻

Jinesh Salot

💻

RP-72

💻

YashLongani29

💻

Hirmay Sandesara

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

💼🚀 Prototype made for the course ENR 200 - Design, Innovation and Making

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published