Skip to content

a terminal like app built using the MEAN stack

License

Notifications You must be signed in to change notification settings

khalidM3/kshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kshell

Kshell is a web app that emulates a bash terminal. It has most of the commands that are available in a normal ternimal. Users can also add content to the files they created. This application was made using using the MERN stack.

Environment

Make sure you have an environment that kshell can run in which includes

  • Node Js
  • Access to a mongo database

Installing

  1. clone repo by running git clone https://github.com/khalidM3/kshell
  2. add a .env file to the folder ./backend
  3. start the two servers seperately.
    a. cd ./backend npm start
    b. cd ./frontend npm watch

Releases

No releases published

Packages

No packages published