Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xkrsz/equation-graphs
Application solving functions with history and graphs
https://github.com/xkrsz/equation-graphs
Last synced: 8 days ago
JSON representation
Application solving functions with history and graphs
- Host: GitHub
- URL: https://github.com/xkrsz/equation-graphs
- Owner: xkrsz
- Created: 2016-12-02T20:58:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T08:56:52.000Z (about 5 years ago)
- Last Synced: 2024-04-28T14:23:13.752Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Equation graphs
## Project structure
```
.
├── back // Server
│ ├── gulpfile.js // Task runner
│ ├── package.json
│ └── src
│ ├── models // Database models
│ │ └── function.js
│ ├── modules
│ │ └── functions.js // Function module
│ └── server.js // Main server file
├── front // Client
│ ├── index.css
│ ├── index.html
│ └── index.js
└── README.md```
## Usage
### Requirements
- `node 6+`- `mongodb`
- `gulp`
## How to run
1. Make sure you have MongoDB running
2. `cd back && npm install`
3. `gulp`
4. Open `index.html`