hacettepeoyt / website

Official website of Hacettepe Free Software Society

Home Page:https://ozguryazilimhacettepe.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacettepe Özgür Yazılım Topluluğu Websitesi

Build

  1. Install Node.js and make sure Node Package Manager (npm) is also installed into your machine.
  2. Install dependencies with npm install. If you are in production, use npm install --production.
  3. Create .env file in the root.
    NODE_LOCAL_PORT=3000
    DB_URL=mongodb://127.0.0.1:27017/oyt-website
    
  4. Run it with npm start.

Seed

  1. Make sure your machine has MongoDB installed.
  2. Make sure MongoDB is currently working in your machine with sudo systemctl status mongod.
  3. Seed your local database with npm run seed.

About

Official website of Hacettepe Free Software Society

https://ozguryazilimhacettepe.com

License:GNU Affero General Public License v3.0


Languages

Language:EJS 65.2%Language:JavaScript 32.1%Language:CSS 2.7%