Skip to content

haithamelmengad/googledocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleDocs

This is an electron based collaborative rich text editor. Stores users, versions, and allows users to collaborate in real time.

Getting going

Download or clone this repo and begin with an NPM install

$ npm install

Create a env.sh file to connect you to your database.

export MONGODB_URI="<some_url>"
export SECRET="<SOME_SECRET>"
export JWT_SECRET="<OTHER_SECRET>"

Source this file in your terminal, then you'll need to run 2 other commands.

$ npm start
$ npm run backend-dev

Built With

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published