Skip to content

Tianyu82/474project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to run on localhost:3000

install all npm pacakages

then

npm run start-dev

it will execute via concurrently both npm run start and npm run start-react to boot up the react server and node server

front end will display


To run the postgres database on localhost:5432

install postgres on your local machine

run postgres on port 5432. In Windows, the command is: psql -U postgres

create the following database: flashcard_db

create the following table: users, categories and flashcard.

The command for creating the database and tables are in the database.sql file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published