8000 GitHub - darthsalad/CSE-Website: A website for CSE freshers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

darthsalad/CSE-Website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A website for CSE freshers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.8%
  • CSS 13.4%
  • Python 9.4%
  • HTML 2.1%
  • SCSS 1.0%
  • Shell 0.2%
  • Batchfile 0.1%
0