https://github.com/linal180/kwanso-test
Nodejs Assessment
https://github.com/linal180/kwanso-test
Last synced: 3 months ago
JSON representation
Nodejs Assessment
- Host: GitHub
- URL: https://github.com/linal180/kwanso-test
- Owner: Linal180
- Created: 2021-05-10T09:46:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T09:48:00.000Z (about 4 years ago)
- Last Synced: 2025-01-13T21:44:55.190Z (5 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).