Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.61 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.61 KB

React-Express-JWT-UserPortal

Screens

This is used React coreUI, JWT and Bcrypt and Cors Organization, Express.js, MySQL.

  • Users has different panel depending on the Owned Permission.

Knowledges

This knowledges are basic for React/ CorUI developers (maybe all developers...) but was my first 'project' made in React so... starting with basic :P

  • Use and create custom components;
  • Install and use packages (ex.: progress bar or charts);
  • Conditional render based on screen orientation;

How to use

To clone and run this application, you'll need Git installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Tortu-Ch/React-Login-Page.git

# Go into the repository
$ cd frontend
# Install packages

$ cd backend
# Install packages



# Run the app
$ cd fronend
# npm run start
# yarn start

$cd backend
#npm run start
#yarn start