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

https://github.com/rishvant/intern-backend


https://github.com/rishvant/intern-backend

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## For local developent

### Clone the repository in your local machine

```sh
git clone https://github.com/rishvant/Intern-Backend.git
```

### Enter the 'Intern-Backend' directory

```sh
cd Intern-Backend
```

### Install the dependencies

```sh
npm i
```

### Start the local dev server

```sh
npm run dev
```