Skip to content

TomStuart92/attendr-server

 
 

Repository files navigation

Introduction

This is the back end of our Makers Academy Final Project, Attendr. Attendr is an events driven dating platform which matches people based on events they are both interested in.

Backend is hosted on Heroku - Link

This part of the application is built to serve our iOS, written in Swift. You can find the source code, and demo here: iOS App Demo - Link Backend Github Repository - Link

You can read my development diary for the project here.

Install Instructions

  • Fork and Clone Repo to local machine.
  • Install Node and NPM.
  • Run npm install.
  • Run node server.js
  • Server is hosted on Localhost:4000 by default.

Other Information

This part of the project was relatively simple given our experience in using Node. We chose Node as we needed something fast, scalable and that we'd used before. This allowed us to focus on the swift application. The code in this repo, is well tested and certainly does the job it needs to do, but as it was not the focus of the two week project could use a full refactor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.7%
  • HTML 4.3%