Skip to content

Thinkful-Ed/starter-backend-deployment-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Deployment Starter Project

This repository contains starter code for the Back-End Deployment module. It demonstrates how to deploy a back-end server using databases and migrations.

Features

  • Server setup with database connection
  • Knex migrations and seed files for database management

Installation

  1. Clone this repository:
    git clone https://github.com/Thinkful-Ed/starter-backend-deployment-render.git
  2. Copy the environment variables:
    cp .env.sample .env
  3. Update the .env file with your database connection URL.
  4. Install dependencies:
    npm install
  5. Run the migrations:
    npx knex migrate:latest
  6. Seed the database:
    npx knex seed:run

Technologies

  • Node.js: JavaScript runtime for building server-side applications.
  • Express: Web framework for managing server routes.
  • Knex.js: SQL query builder for managing database interactions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published