/anestech

[MONOREPO] Simple task and user control system.

Primary LanguageJavaScriptMIT LicenseMIT

Technologies   |    Installation   |    Configuration   |    License

GitHub top language Repository size Repository issues

The application consists of a task managment system with two simple CRUDs: tasks and users.

To test the project already configured and running click here.

Login Image

Home Image

Technologies

Installation

git clone https://github.com/iredhd/anestech.git
cd anestech

Backend

cd backend
cp .env.example .env
npm install
docker-compose up
docker exec -it anestech_api npm run db:migrate

Frontend

cd frontend
cp .env.example .env
npm install
docker-compose up

Configuration

Please, before executing docker-compose up, fill in the environment variables inside the .env files.

Backend

The APP_KEY can be generated with adonis key:generate

VARIABLE DESCRIPTION
APP_KEY Adonis App Key
DB_HOST DB Host
DB_PASSWORD Database password
DB_DATABASE Database name

Frontend

VARIABLE DESCRIPTION
REACT_APP_API_URL API URL
REACT_APP_REDUX_SECRET_KEY REDUX Secret Key

License

This project is under the MIT license. See the LICENSE for more information.