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

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.

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.