Woophy is a simple web application bootstraped with create react app.
$ yarn start
The FE will start on PORT: 3001
$ yarn start:server
The Backend will start on PORT: 3000
- React
- Typescript
- Tailwind CSS
- REST API
- Authentication: registration and login
- Logout
- User can view and edit their personal information on user profile page.
- Validation check for strong password.