This module use NEXTJS and EXPRESSJS to built a module manage task. This only for testing and it has not UNIT TESTING.
- ./express this is folder for backend (API)
- ./react-nextjs this is folder for frontend (API)
Currently we using MONGODB.
./express
First step you need copy env.example to .env. Don't forget config MongoDB connect at .env. Then run npm install
You are really can do it at .env. That's PORT field.
To start you need run npm run start
./react-nextjs
Run npm install
To start you need run npm run dev
To start you need run npm run build, next step start server npm run start
If you wanna changed API HOST. You are really can do it at next.config.js