Giter VIP home page Giter VIP logo

cse-website's Introduction

CSE-Website

A website for CSE freshers

For client:

cd client/

npm i

npm start to start the development server

For server:

  • navigate to the server folder cd server

  • for installing virtual env module: pip install virtualenv

  • then run this command: python -m venv ./virtual

  • this creates a folder named 'virtual' which stores the necessary scripts, then run this command: ./virtual/Scripts/activate or source virtual/Scripts/activate (for bash and replace the 'Scripts' with 'bin' for Linux)

For installing modules:

cd into the server folder and run these commands:
cd server

pip install -r "requirements.txt"

For starting the server:

Short-method (from the root folder)

    #for bash
    source bash_run.sh

    #for linux
    source linux_run.sh

    #for pwsh
    ./server_run.bat

    #for cmd
    server_run.bat

Long Method

  • go into the server directory cd server

  • activate the virtual env: ./server/virtual/Scripts/activate

  • then start app.py using nodemon: nodemon --exec python app.py

cse-website's People

Contributors

oyesaurav avatar karish-15 avatar silvergraph avatar darthsalad avatar muskan612 avatar khushisahoo avatar deepakyadav-02 avatar pranav0210 avatar

Forkers

nishant3231

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.