Skip to content

kara-krzystan/u-develop-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module 12 Project: U Develop It

Description

To learn about Structured Query Language (SQL), we created the back end for a voting application, called U Vote It. It consists of an Express.js API and a relational database using SQLite.

Overview of Concepts Learned

  • How to configure a Node.js application to connect to an SQL instance
  • Creating and dropping databases and tables
  • Executing CRUD methods
  • Creating schema and seed files for development and production
  • How to write join statements to establish relations between data in one or more tables using primary and foreign keys
  • The use and importance of prepared statements

Project Screenshot

screenshot

Built With

  • Node.js
  • Express.js
  • SQLite

Contact

Kara Krzystan on GitHub

About

The back end for a voting application that uses SQLite for the relational database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors