Foodlicious
Built an online food ordering system with a user-friendly interface and efficient admin tools for managing menus, pricing, and order fulfillment.
Role
Lead Developer and Designer
Industry
Food & Beverage
Duration
4 weeks
Getting Started
To run Foodlicious on your local machine, follow these steps:
Clone the repository:
git clone https://github.com/Anuja-Kale/Foodilicious.git
Install dependencies:
cd Foodlicious && npm install
Create a .env file and add the following environment variables:
MONGO_URI
: the URI for your MongoDB databaseJWT_SECRET
: a secret key used for user authenticationSTRIPE_SECRET_KEY
: the secret key for your Stripe account
Start the development server:
npm start