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

https://github.com/devpaps/next.js-rest-api

Next.js webapp with an C# rest api
https://github.com/devpaps/next.js-rest-api

Last synced: 29 days ago
JSON representation

Next.js webapp with an C# rest api

Awesome Lists containing this project

README

          

# Next.js & C# rest api
This is a school project that is getting the latest images from the rovers on Mars, using Nasas api.

## Getting Started

First, run the .Net server:

```bash
dotnet run
```

Second, run the development server:

```bash
npm run dev
```