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.
- Host: GitHub
- URL: https://github.com/arunkumar201/food-app-backend
- Owner: arunkumar201
- Created: 2023-04-15T05:46:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T02:12:10.000Z (about 3 years ago)
- Last Synced: 2025-04-05T07:41:45.656Z (about 1 year ago)
- Topics: graphql, mongodb, nestjs, typescript
- Language: TypeScript
- Homepage: https://arunkumar201.github.io/food-app-backend
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[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.
## 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).