cepsearch frontend to consumes REST API
345
Frontend developed to consume the cepsearch API, which I developed to improve my knowledge in Java REST API's. React was used in this frontend, along with other technologies such as Docker, docker-compose and Redis in the backend, so that user requests are answered as quickly as possible.
Clone the repository or download the source code
git clone https://github.com/WeversonL/cepsearch-frontend.git
cd cepsearch-frontend
Start with docker-compose
docker-compose up -d
Open your browser and type in the URL bar
http://localhost:3000/
Make sure you have Nodejs and NPM installed on your machine.
Clone the repository or download the source code
git clone https://github.com/WeversonL/cepsearch-frontend.git
cd cepsearch-frontend
Download npm dependencies
npm install
Run the npm project
npm start
Open your browser and type in the URL bar
http://localhost:3000/
Make sure you have Nodejs, NPM and NPX installed on your machine.
Clone the repository or download the source code
git clone https://github.com/WeversonL/cepsearch-frontend.git
cd cepsearch-frontend
Download npm dependencies
npm ci
Build project
npm run build
Install serve
[⚠️ If you only want to use it locally and not install it globally, use: `npm install serve`]
npm install -g serve
Run project
npx serve build
Open your browser and type in the URL bar
http://localhost:3000/
⚠️ Still in development
cepsearch-frontend is released under the GNU General Public License, Version 2
Copyright (C) 2022 Weverson Lemos
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version
Content type
Image
Digest
sha256:9b44a0228…
Size
194 MB
Last updated
almost 2 years ago
docker pull weversonlemos/cepsearch-frontend