Giter Club home page Giter Club logo

osweekend-web's Introduction

Open Source Weekend (OSW)

Welcome to the Open Source Weekend (OSW) repository! OSW is a community-driven initiative aimed at promoting and celebrating open-source technologies on a regular basis. Our goal is to create a platform for knowledge sharing, collaboration, and exploration of various open-source projects.

This is an initiative by Open Source Community Foundation (OSCF)!

OSW - Backend

  1. Create a .env file in the main folder with the following content:

    DBURL="_Your MongoDB Collection URL_"
    PORT=4000
    JWT_SEC="Open Source Weekend"
    MAILER="[email protected]"
    EMAILPASS="your_email_app_password"
    OTPSEC="THIS IS SECRET"
    
  2. Create a folder named uploads. Inside this folder, create a few other folders, such as blog.

  3. After completing the above steps, run the following command in your terminal:

    npm i
    

OSW - Frontend

  1. In your frontend folder, run the following command in your terminal:

    npm i --force
    
  2. After the installation is complete, you can start the frontend by running:

    npm start
    

For Chat App

  1. After completing the frontend setup, create a .env file in the ChatApp folder located at your-frontend-folder/src/components/. Write the following content:

    DBURL="_Your MongoDB Collection URL_"
    PORT=9000
    
  2. In the terminal, navigate to the path your-frontend-folder/src/components/ChatApp.

  3. Run the following command in the terminal:

    npm i
    
  4. After the installation, start the Chat App by running:

    npm start
    

osweekend-web's People

Contributors

nomadicmehul avatar abhipatel10 avatar anshag111 avatar neelshah2409 avatar prince5638 avatar pruthvi-tirmal avatar yatendrajoddha avatar

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.