gaffarmalik / esusu-app

An Esusu App Backend API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Esusu App

The Esusu API allows you to manage Esusu groups and allows you manage your thrift collection. Visit the live Heroku Version at: Esusu App

API Documentation rests here: on Postman. Feel free to explore

Technologies

- ExpressTS - passport-jwt - Jsonwebtoken - Heroku - Typescript - MongoDB/mongoose

Prerequisites

  • You need to have typescript installed to run the project convinient
  • You may want to go through the first few sections of this article Here, to learn take you through the steps.

Installation instructions

  1. Pull/clone this repository using the git clone command.
  2. Create a .env file and copy contents in .env.example to .env
  3. Run npm install in the project's source directory
  4. cd into the project source directory and run npm install command to install dependencies
  5. After installation, run npm run devstart to start your development server

About

An Esusu App Backend API


Languages

Language:TypeScript 99.1%Language:Shell 0.9%