Skip to content

JongminChoi98/user-auth-nodejs-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

User Authentication Web

How to Run

  • npm install (In both client and server)
  • Create .env file and create variables using the .env.sample format
  • Download MySQL
  • npm install dbmate -g (Database migrate package)
  • dbmate up (To migrate SQL database, https://github.com/amacneil/dbmate)
  • Run Backend & Frontend

Server Settings

Express, MySQL, TypeORM

Font End Setting

ReactJS, CRA