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.
MIT License