InvestingInMeAPI

0.4.1

An API for our application
j-nguyen/InvestingInMeAPI

What's New

Delete Project

2018-04-26T01:16:33Z
  • Fixed issue where projects wouldn't delete if you didn't have an icon set.

InvestingInMeAPI

Developed in Vapor

By: Jarrod, Liam & Johnny

Documentation

Useful Tips

  • If there's a change in the Package.swift, always do a vapor build, followed by vapor xcode -y. This re-generates your xcode files as well as updates your libraries/dependicies.
  • If you need to wipe out all your tables, then do vapor run prepare --revert -all. If this doesn't work, you can just wipe it out your database manually, through either Postico or terminal, or whatever database you choose.
  • If you only need to wipe out the latest batch of preparations, then do vapor run prepare --revert. This is useful, when you want to revert a latest change you didn't need.
  • If you want to see more information regarding on the commands you've ran, then you can append --verbose at the end, to get more information.

Libraries Used

  • Vapor Swift Framework
  • PostgreSQL

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

Last updated: Thu Feb 01 2024 20:58:22 GMT-1000 (Hawaii-Aleutian Standard Time)