Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate: Fullstack

Setup

What's included

This repo includes:

  • a single, simple API endpoint (/api/v1/asanas)
  • a single React component (<App />)
  • an example database module (server/db/asanas.js)
  • an API client module (client/apis/asanas.js)
  • configuration for Jest and testing library
  • configuration for server-side debugging in VS Code
  • a single client-side test (client/components/App.test.js)

Installation

From the Github UI

See the instructions here to use Github's feature to create a new repo from a template.

From the command line

git clone https://github.com/kala-kola/Namaste.git
npm install # to install dependencies
npm run knex migrate:latest # to install db
npm run knex seed:run
npm run dev # to start the dev server

You can find the server running on http://localhost:3000.


Provide feedback on this repo

About

My personal Project from Dev Academy

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages