/waste-management-system

This repo is about code interview that i did to join in Waste4Change, which this code built the app to do CRUD about waste and it's material. This app consume API from `api-waste` repo that you can see on my repository.

Primary LanguageJavaScript

DOCUMENTATION

ABOUT

This repo is about code interview that i did to join in Waste4Change, which this code built the app to do CRUD about waste and it's material. This app consume API from api-waste repo that you can see on my repository.

START PROJECT

If you want to run in your local do the steps below :

  • Download or clone this project and save to your local and also download or clone api-waste repository to get the api for this simple app
  • Run npm install to install all packages needed
  • Then, you can run command npm start to start your react server and see how it works

RESULT