This project was bootstrapped with Create React App.
npm install
npm run dev
-
Clone repository:
git clone https://github.com/robinbansal/React_form -
Navigate to the created folder:
cd client -
Install dependencies:
npm install -
Start the project
npm start
- Sign up, login and logout.
- Authentication with passport and bcryptjs.
- Session information stored with express sessions.
- Store data for production in sessions with connect-mongo