Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 818 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 818 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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.

API

http://localhost:8080/api

Things to improve on

  • 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