Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

SmitSonani/PerfectREST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PerfectREST

This repository contains source code related to demo presented in ADCAhmedabad Meetup #7. This source code demonstrates how Swift can be used with Perfect framework to create a RESTFul API server. Here we have taken PostgreSQL as database.

Setup & Run Project

  • Verify Swift Package Manger: https://github.com/apple/swift-package-manager#installation
  • Install PostgreSQL if required (Use following link to easily get setup done): https://postgresapp.com
  • Configurations will be required PostgresConnector in Sources/Demo/main.swift file as per your database setup.
  • To run project:
    • Check out or download the project
    • In terminal, navigate to the directory
    • Execute swift build
    • Once the project has compiled, execute ./.build/debug/Demo

Important Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages