Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sujeetkv committed May 21, 2019
1 parent ca9b3ff commit c46ca00
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Web based code editor for flask

Code editor with python [Flask](http://flask.pocoo.org/) framework backend.
Code editor with python [Flask](http://flask.pocoo.org) framework backend.

![screenshot](https://user-images.githubusercontent.com/17122995/58122163-9f04bc80-7c26-11e9-9aab-61cf1a312c9f.png)

Expand Down Expand Up @@ -70,3 +70,19 @@ if __name__ == '__main__':
```

Now if you run the Flask app on default port, you can access the flaskcode at http://127.0.0.1:5000/flaskcode.


## Built with

* [Flask](http://flask.pocoo.org) - web framework used
* [Monaco Editor](https://microsoft.github.io/monaco-editor) - a browser based code editor


## Authors

* **Sujeet Kumar** - [sujeetkv](https://github.com/sujeetkv)


## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/sujeetkv/flaskcode/blob/master/LICENSE) file for details.

0 comments on commit c46ca00

Please sign in to comment.