Choose ONE of the following challenges to complete:
Build a Personal Blog Application where users can write, publish, and manage their blog posts with basic analytics.
Core Features:
Tested on Mac OSX 12.3 M1 chip
https://www.oracle.com/java/technologies/downloads
arpitjacob Arpit Jacob
I hereby claim:
Install Sqlite
npm install sqlite3
Install Prisma
npm install prisma --save-dev
Initialize & Setup Prisma
// GENERATED CODE - DO NOT MODIFY BY HAND | |
part of 'answer_prayer.data.gql.dart'; | |
// ************************************************************************** | |
// BuiltValueGenerator | |
// ************************************************************************** | |
Serializer<GanswerPrayerData> _$ganswerPrayerDataSerializer = | |
new _$GanswerPrayerDataSerializer(); |
/* File: gulpfile.js */ | |
var config = { | |
htmlpath : './dev', | |
jadePath : './source', | |
sassPath : './source/scss', | |
bowerDir : './bower_components' , | |
bootStrapDir : './bower_components/bootstrap-sass-official/assets/stylesheets', | |
bourbonDir : './/bower_components/bourbon/app/assets/stylesheets' | |
} |
/* File: gulpfile.js */ | |
var config = { | |
htmlpath: './public', | |
jadePath: './source', | |
sassPath: './source/scss', | |
bowerDir: './bower_components' | |
} | |
var gulp = require('gulp'), |
/* File: gulpfile.js */ | |
var config = { | |
jadePath: './source', | |
sassPath: './source/scss', | |
bowerDir: './bower_components' | |
} | |
var gulp = require('gulp'), | |
jshint = require('gulp-jshint'), |
<!doctype html> | |
<html> | |
<head> | |
<title>Binu's BBC</title> | |
<meta charset="utf-8" /> | |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<link rel="stylesheet" type="text/css" href="styles.css"> |
doctype html | |
html(lang="en") | |
head | |
title= pageTitle | |
script(type='text/javascript'). | |
if (foo) { | |
bar(1 + 5) | |
} | |
link(rel="stylesheet" type="text/css" href="style.css") | |
link(href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet") |