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
- ExpressTS - passport-jwt - Jsonwebtoken - Heroku - Typescript - MongoDB/mongoose- 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.
- Pull/clone this repository using the
git clone
command. - Create a
.env
file and copy contents in.env.example
to.env
- Run
npm install
in the project's source directory cd
into the project source directory and runnpm install
command to install dependencies- After installation, run
npm run devstart
to start your development server