This project consists of an administrator being able to log in and keep track of the developers and the assignments that were given to them. Be able to add, enable and disable developers
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Clone the repo
git clone https://github.com/lucasgalarce/ACME-challenge.git
Install NPM packages
cd backend
npm install
npm start
New Terminal
cd frontend
npm install
npm start
In frontend root need .env file with REACT_APP_API_URL={your api url}
This page is being deployed in heroku
- React.js - A JavaScript library for building user interfaces
- Node.js - A JavaScript runtime built on Chrome's V8 JavaScript engine.
Admin was created, you can login with: user: [email protected] password: admin
Then you can create developers, this developers are enabled. You can add assest or licenses. You can remove this assets or licenses. And enable or disable developer