Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.17 KB

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