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
- Host: GitHub
- URL: https://github.com/devpaps/next.js-rest-api
- Owner: devpaps
- Created: 2021-06-30T16:11:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T16:17:42.000Z (almost 5 years ago)
- Last Synced: 2026-01-01T21:51:37.780Z (5 months ago)
- Language: C#
- Size: 5.13 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```