This backend is built using Node.js, Express, and MongoDB. It provides a RESTful API for managing food-related data.
To get started with the project, follow these steps:
Clone the repository:
git clone https://github.com/maro14/foodie-backend.git
Install the dependencies:
npm install
# or using Yarn
yarn install
Set up the environment variables:
Create a .env
file in the root directory and add the required environment variables:
MONGODB_URI=your-mongodb-connection-string
JWT_SECRET=your-secret-key-for-jwt
Start the development server:
npm start
# or using Yarn
yarn start
The server should now be running at http://localhost:5000.
This project is licensed under the MIT License.