Giter Site home page Giter Site logo

middleman's Introduction

Basic Setup

Clone the repo

git clone https://github.com/technobyte-nitkkr/middleman

Move into the repo and install the packages

cd middleman && npm i

Generate the env file

cp env-example .env

Start the Database

Start the postgres container

docker compose up -d

Apply the latest migration

npx prisma migrate dev

Seed the data

npm run db:seed

General Information

While working, if you want to clean the data stored and seed the data again

npm run db:dev

middleman's People

Contributors

sooraj1002 avatar shy0980 avatar techsavvyash avatar

Stargazers

Ankit Kumar avatar

Watchers

 avatar  avatar Himanshu avatar

middleman's Issues

Login

  • Implement Basic Email/Password Login
  • Enable OAuth with Google, Github, Gitlab

Scope

Scope of development in middleman

Major APIs

  • Authentication
  • Announcements
  • Events
    • club wise event data (allow for filtering based on club name)
    • addition of events
    • updation of events
    • search/fetch events
    • Support
  • Sponsors
  • User profile
    • Registered events
    • register/unregister events
    • announcements for registered events
  • Lectures
  • Contributors
  • FAQs
  • Admin
    • super user - for maintainers
    • club level - each club would be given access to edit their specific events - each club will only have one predefined admin id

Cosmetic functionalities

  • Support for emailing the participants

[feat]: Push notifications

  • Allow for pushing notifications to different channels (for example: receptionist, telegram group (incase we make one), emails , etc.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.