Skip to content

A website demonstrating the basics of a fullstack CRUD application, built with NodeJS, Express, Postgres, and React-Redux.

Notifications You must be signed in to change notification settings

anthonysgro/unibase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to JPFP!

This is an application that tracks students and their associated campuses. This is basically an amalgamation of everything we've learned at FullStack Academy up until this point.

Features

  • Fun Home Screen
  • Full Campus and Student listing screen
  • Adding Campuses and Students
  • Updating Campuses and Students, along with their associations
  • Deleting Campuses and Students
  • User feedback on adding and updating
  • Searching, Sorting, and Filtering on main listing screen
  • Fun design
  • Back-end and front-end pagination
  • Back-end server and database testing with Chai and Mocha

Startup Guide

  • Easy Start-Up
  • run npm init -y command if node has not been installed locally
  • run npm i to install dependencies
  • run npm run start:dev command
  • go to development port 5005
  • to seed data, uncomment seed() in server/index.js
  • to change the number of universities and students generated, change parameters in server/db/seed.js
  • to run tests, run npm test
  • have fun!

About

A website demonstrating the basics of a fullstack CRUD application, built with NodeJS, Express, Postgres, and React-Redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published