Skip to content

maro14/foodie-backend

Repository files navigation

Foodie Backend

This backend is built using Node.js, Express, and MongoDB. It provides a RESTful API for managing food-related data.

Table of Contents

Installation

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.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published