You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

readme.md 358 B

1 year ago
1234567891011
  1. #VMS Backend
  2. **goals to be met**:
  3. <ul>
  4. <li> Create and set up main database on a PostgreSQL server</li>
  5. <li> Set up basic GET requests for Users, Vehicles, Assignments </li>
  6. <li> Set up POST requests for Users, Vehicles, Assignments </li>
  7. <li> Add token/cookie(?) authentication </li>
  8. </ul>
  9. #Let's keep updating this readme.md file as we complete our tasks