Skip to content

Subhrajyoti8520/CSE-Website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

CSE-Website

A website for CSE freshers

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

For installing modules:

cd into the server folder and run this command: cd server

pip install -r "requirements.txt"

For starting the 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 67.6%
  • HTML 14.7%
  • CSS 13.9%
  • Python 3.8%