This is a user manager application built with redux, reactjs and next.js
- First of all you have to start the backend
cd ./backend
npm i
npm start- Once the backend server is powered on, you can start the frontend development server by following the steps below in the main folder:
npm i
npm run devIf you want to contribute to this project you must fork it and do a PR. Note: I'll be doing the testing, if you want to contribute to that, that would be great!
This project was carried out under the [MIT License] (https://opensource.org/licenses/MIT).