thaiq8nguyen / react-express-api-boilerplate

a full stack boilerplate for future project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

Server Side Initialization

  • Run npm install
  • Configure knexfile.js to setup database connections
  • Create a migration using knex migrate:make migration_name (See 1)
  • Once finished writing the migrations, run knex migrate:latest to update the database

Aside

References

1. Tools

  1. TablePlus (Free version) Database Management Tool
  2. DBngin (Free) Database Connection Tool

Footnotes

  1. Install knex CLI globallly with npm install knex -g

About

a full stack boilerplate for future project


Languages

Language:JavaScript 77.5%Language:HTML 14.9%Language:CSS 7.6%