Skip to content

maro14/foodie-backend

Repository files navigation

Foodie Backend

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

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published