This a assignment submission for a Intersnhip Test
- The Code has been created using a next.js backend , using react as a Front end framework and json as DB
- The Project is created with extensibility in-mind and any additions , deletions and updates are possible with changes in the menudb.js file.
- All requirements and condition checks and performed in the backend.
- User error messages have been crafted as per the requirement document.
Note : For screenshots and a Video tutorial pls visit the Project Wiki
- perform npm install ( for downloading dependencies )
- Open a cmd prompt and type
npm start - The application would open on port
http://localhost:3000/
- run
npm testin the cmd prompt - The tests would start and test results are published by Jest.