This is a Next.js project bootstrapped with create-next-app
.
First, install node_modules:
npm install
Second, make sure to run mongodb instance. Connection url by default:
mongodb://localhost:27017/react-test
Third, run app
npm run start
Open http://localhost:8080 with your browser to see the result.
http://localhost:8080/api
- Client-side testing
- React + __ depending on the framework to be used (redux, saga, context, etc.)
- ENVs for configurable variables
- constants file
- Minimise duplicate code
- Add improved validations
- Further enhancements depending on the need of the project