Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skhasimahmed/food-delivery-app-backend
https://github.com/skhasimahmed/food-delivery-app-backend
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skhasimahmed/food-delivery-app-backend
- Owner: skhasimahmed
- Created: 2024-09-28T06:43:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T17:21:19.000Z (2 months ago)
- Last Synced: 2024-12-07T17:26:26.780Z (2 months ago)
- Language: JavaScript
- Homepage: https://food-delivery-app-backend-hazel.vercel.app
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express + Node.js + MongoDB
This project is a RESTful API built with **Node.js**, **Express**, and **MongoDB**.
## Features
- RESTful API using Express
- MongoDB for data persistence with Mongoose
- CRUD operations (Create, Read, Update, Delete) for various resources
- Environment-based configuration using `.env`
- Basic error handling
- Validation using Mongoose schema validators## Prerequisites
Before running this project, ensure that you have the following installed:
- [Node.js](https://nodejs.org/)
- [MongoDB](https://www.mongodb.com/try/download/community)## Getting Started
1. **Clone the repository:**
git clone https://github.com/skhasimahmed/food-delivery-app-backend.git
2. **Install dependencies:**
cd food-delivery-app-backend
npm install
3. **Create a .env file:**
copy .env.example to .env and populate it.
4. **Run the server:**
npm run server