Skip to content

KushagraGupta02/Website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO DO

  • Static HTML page with basic data
  • Student Internship Blog
  • Ongoing projects in the CSE dept.
  • Create different sections for coding and dev club with subheadings.
  • Contact Us form gets mailed to someone. Email: [email protected]
  • Team dropdown in navbar displays the following items in order: current team, 2015-16 team, 2014-15 team. Each opens on a new page.
  • Create page for events. Displayed like a timeline from latest onwards. Each event links to photos of that event on a new page.
  • Gallery page. One image as a representative for each event. Clicking on it opens the event photos on a new page. Refer http://ees.iitd.ac.in/gallery.html

To run it locally

  1. create a new file called .env
  2. Open your .env file and define these env variables, then save it:
    • MONGO_URI=mongodb://localhost:27017/clementinejs
    • PORT=8080
    • APP_URL=http://localhost:8080/
    • USERNAME_ADMIN=
    • USERNAME_PASSWORD=
    • USERNAME_PREZ=
    • PASSWORD_PREZ=
  3. In your terminal, install MongoDB by entering:
    • sudo apt-get install mongodb-org
  4. then start MongoDB by entering:
    • mongod --smallfiles
  5. in a different terminal enter:
    • npm install
  6. Run node server.js to start the server

Work Distribution

Whoever is working on some part mention it here so that no one else is also working on the same thing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.0%
  • HTML 21.3%
  • CSS 20.7%