georgezhang / dataera

DataEra IT Association website development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataEra IT Association

Prerequisites

  • install mongodb
  • install node.js (will install npm together)
  • install git
  • install nodemon

start mongodb in one terminal session

mongod

build project

git clone https://github.com/georgezhang/dataera.git
cd dataera
cd dataera-keystone
# create an environment files
touch .env
# ask george to get the sample of the content like below
#
# COOKIE_SECRET=o790287r90283729874297928749sfy98fyssfsf
# CLOUDINARY_URL=cloudinary://298797979879:lfajwijf2342342@sfjslfjsl
# MONGO_URI=mongodb://localhost/dataera
#
npm install

# after completed successfully
# you can start the project now
nodemon keystone

Go to browser and visit http://localhost:3000

Go to browser and visit http://localhost:3000/keystone

username:
admin@dataera.ca

password:
admin


Reference


About

DataEra IT Association website development

License:Apache License 2.0


Languages

Language:JavaScript 45.5%Language:HTML 43.0%Language:CSS 7.1%Language:C# 4.5%