Skip to content

Obapelumi/adonisjs-5-blog

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ace
 
 
 
 
 
 

Node.js Blog Hosted On Google Cloud Platform

Simple Adonis.js blog hosted on Google Cloud Platform

Setup

Install the adonis cli tool and run npm install or yarn install.

Once the installation is complete you will need to complete the following steps:

  1. Create a MySQL database: This application uses MySQL for data persistence. You will need to create a MySQL database and take note of the database name and other connection parameters.
  2. Generate your application key: Run node ace generate:key. This key is used internally by the application for encryption purposes.
  3. Create a .env file based off .env.example file and populate its contents accordingly. Environment Variables
  4. Create your database tables by running migrations: In the terminal run node ace migration:run --force

You can now run npm run dev or yarn dev to start the local development

About

Simple Adonis.js 5.0 blog hosted on Google Cloud Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published