https://github.com/obaa10/simple-express
Basic RESTful api application using Node js Express with mongodb.
https://github.com/obaa10/simple-express
Last synced: 2 months ago
JSON representation
Basic RESTful api application using Node js Express with mongodb.
- Host: GitHub
- URL: https://github.com/obaa10/simple-express
- Owner: Obaa10
- Created: 2024-04-26T12:56:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T13:07:10.000Z (about 2 years ago)
- Last Synced: 2025-08-23T21:54:18.516Z (10 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-express
Basic RESTful api application using Node js Express with mongodb.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/your-repo.git
```
2. Install dependencies:
```bash
npm install
```
## Usage
run the app using the following command:
```bash
node index.js
```
the app will run on port 3000 and connect to the local mongodb database.