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

https://github.com/ayanavakarmakar/launchpad-assignment


https://github.com/ayanavakarmakar/launchpad-assignment

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

### Getting Started

1. Clone the repository

```bash
git clone https://github.com/AyanavaKarmakar/launchpad-assignment.git
```

2. Install dependencies

```bash
npm install
```

3. Create a `.env` file in the root directory and add the following

```bash
MONGODB_URI=mongodb://localhost:27017/your-database-name
```

4. Start the server

```bash
npm run dev
```