An open API service indexing awesome lists of open source software.

https://github.com/arunkumar201/food-app-backend

Our food app's backend, crafted with NestJS, GraphQL, and MongoDB, ensures a seamless and efficient user experience. NestJS provides a scalable foundation, GraphQL optimizes data queries, and MongoDB manages diverse culinary data. Together, they form a powerful trio for our dynamic food platform.
https://github.com/arunkumar201/food-app-backend

graphql mongodb nestjs typescript

Last synced: about 2 months ago
JSON representation

Our food app's backend, crafted with NestJS, GraphQL, and MongoDB, ensures a seamless and efficient user experience. NestJS provides a scalable foundation, GraphQL optimizes data queries, and MongoDB manages diverse culinary data. Together, they form a powerful trio for our dynamic food platform.

Awesome Lists containing this project

README

          


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications.



NPM Version
Package License
NPM Downloads
CircleCI
Coverage
Discord
Backers on Open Collective
Sponsors on Open Collective

Support us


## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

# Food-app-Backend

This is the backend code for the Food-app project. It is built using the NestJS framework and provides a RESTful API for managing food items and categories.

## Getting Started

To get started with the project, you'll need to have Node.js and npm installed on your machine. You can download and install them from the official Node.js website: https://nodejs.org/en/download/

Once you have Node.js and npm installed, follow these steps to get the project up and running:

1. Clone the repository to your local machine using Git:

git clone https://github.com/arunkumar201/Food-app-Backend.git

2. Navigate to the project directory:

```
cd Food-app-Backend
Install the project dependencies using npm:

npm install
Create a .env file in the project root directory and set the following environment variables:

PORT=3000
DATABASE_URL=
Start the development server:

npm run start:dev
This will start the server in development mode and watch for changes to the code.

## Installation

```bash
$ yarn install
```

## Running the app

```bash
# development
$ yarn run start

#auto formatting
$ yarn run lint

# watch mode
$ yarn run start:dev

#auto formatting
$ yarn run lint

# production mode
$ yarn run start:prod
```

## Test

```bash
# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov
```

## Support

Nest is an MIT-licensed open-source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).

## Stay in touch

- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)

## License

Nest is [MIT licensed](LICENSE).