Skip to content

nss-group-projects/exomine-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Exomine API

This project has you building an API for your Exomine client to consume.

Project Setup

  1. Use the instructions from the first column of the .NET curriculum to create a webapi called ExomineAPI in your csharp directory.
  2. Add a Models folder, and create the classes consistent with the ERD for your client side project.
  3. Create a DTOs folder inside the Models folder, and add DTOs for each of the models. They can have identical properties as their corresponding Model classes for now.
  4. Delete the weather-forecast related code.
  5. Create collections at the top of Program.cs as the database for this project. Make sure that you have populated those collections with the data they need. You can get this data from the old database.json file you won't be using any longer.

Stretch

Once you feel you have replicated the behavior of your old application, you can delve into stretch goals. MVP first!

Some suggestions:

  1. Better, faster, stronger CSS (possibly with a framework!)
  2. More functionality
  3. Refactor the client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published