Skip to content

AndrewCichocki/homework-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homework Tracker

A simple CRUD app using Node, React and Postgres.

Getting Started

Make sure you have Node and Postgres installed.

  1. Create a '.env' file in the root directory of the project with the following values:
DB_USER=username
DB_HOST=localhost
DB_NAME=homework-tracker
DB_PASS=password
DB_PORT=5432
  1. Create a new table named 'homework-tracker' (or whatever you named it earlier).
  2. Run server/schema.sql in pgAdmin.
  3. Install all packages by running the 'yarn' command in the root directory.
  4. Run the following commands in two separate terminal windows:
yarn start:server
yarn start:client
  1. Visit localhost:1234 to use the client. The server will be running on localhost:3000.

Built With

Roadmap

  • Add validation
  • Add more pages
  • Add unit tests

About

A simple CRUD app using Node, React and Postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published