Welcome to Foodies, a home assignment app.
Before you begin, ensure you have met the following requirements:
- You have installed Node.js version
20.9.0
. See Node.js version issue for more details. - You have a MongoDB server running locally.
To initialize the database with the necessary collections and dummy data, run initDB.js
using Node.js:
node initDB.js
To access the admin portal, navigate to http://localhost:3000/portal in your web browser. This portal provides administrative functionalities to manage food items, user accounts, and more.