leanny01 / blog-app

I wrote this app to understand Sails.js better.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog-app

I wrote this app to understand Sails.js better.

A monolith approach

I have built this app with a monolith approach in mind. I needed the fastest way to deliver the upcoming project.

  • View Layer: React.js, Tailwind css
  • Backend: Sails.js
  • Database:Mongo.js

Setup

# Get the latest stable release of Sails
$ npm install sails -g
# clone the app 
$ git clone https://github.com/leanny01/blog-app.git

# cd into the new folder
cd blog-app

# install dependencies
npm i
# fire up the server
sails lift

About

I wrote this app to understand Sails.js better.


Languages

Language:EJS 75.5%Language:JavaScript 24.4%Language:CSS 0.0%