I was challenged to develop a part of the flow of a loan system, basically the registration part of a loan application and the visualization of it.
The challenge descriptions are available at this link
The Front End of the application made in Next.js is hosted here
The application's Back End was done in Node.js with Express and MongoDB, and is hosted here
This project was developed with the following technologies:
- react
- react-loadingg
- axios
- styled-components
- next
- next-images
- redux
- @material-ui/core
- antd
- react-input-mask
- react-redux
- react-input-mask
- typescript
- next-redux-wrapper
# Clone the project:
$ git clone https://github.com/cajlonbatista/credifica
# Enter the directory:
$ cd credifica
Create file .env.local in ./app and add your necessary content:
URL_API=http://localhost:8080
NODE_ENV=production
Create file .env in ./server and add your necessary content:
PORT=http://localhost:8080
DB_URL=mongodb+srv://cajlonbatista:[email protected]/klutch?retryWrites=true&w=majority
# Enter the directory:
$ cd server
# Install the dependencies:
$ yarn install
# Launch an server:
$ yarn start
# Enter the directory:
$ cd app
# Install the dependencies:
$ yarn install
# Application Production:
$ yarn build
# Launch an application:
$ yarn start
- Francisco Cajlon - cajlonbatista