An open API service indexing awesome lists of open source software.

https://github.com/linal180/kwanso-test

Nodejs Assessment
https://github.com/linal180/kwanso-test

Last synced: 3 months ago
JSON representation

Nodejs Assessment

Awesome Lists containing this project

README

        

# API with Express Generator

A barebones Node.js app using [Express](http://expressjs.com/).

## Running Locally

Make sure you have [Node.js](http://nodejs.org/) installed.

Create `.env` file add the `JWT_SECRET=secret` in it.

```sh
git clone # or clone your own fork
cd
npm install OR yarn
npm start OR yarn start
```

Your app should now be running on [localhost:5000](http://localhost:5000/).