https://github.com/victorsteven/stackoverflow
A mock implementation of Stackoverflow using NodeJS
https://github.com/victorsteven/stackoverflow
Last synced: 3 months ago
JSON representation
A mock implementation of Stackoverflow using NodeJS
- Host: GitHub
- URL: https://github.com/victorsteven/stackoverflow
- Owner: victorsteven
- Created: 2020-05-08T08:41:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T15:21:33.000Z (about 5 years ago)
- Last Synced: 2025-01-11T09:19:21.724Z (5 months ago)
- Language: JavaScript
- Homepage: https://stackoverflow-work.herokuapp.com
- Size: 47.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/victorsteven/stackoverflow) [](https://coveralls.io/github/victorsteven/stackoverflow?branch=master)
Heroku API: https://stackoverflow-work.herokuapp.com
#### Clone the application
Using SSH:
```
git clone https://github.com/victorsteven/stackoverflow.git
```#### Change to the application directory:
```
cd stackoverflow
```#### Install Dependencies
```
npm install
```#### API Documentation:
```
cd stackoverflow/api/docs
```
or:
https://documenter.getpostman.com/view/4595252/SzmfXGpX#### Add JWT Secret
Create a **.env** from the root directory
```
touch .env
```
Simply copy the content of **.env.example** file, you can change the value of the **JWT_SECRET**#### Run the Application
```
npm run dev
```#### Run Tests Suite
```
npm test
```