Skip to content

abhidadhaniya23/cheatsheets-maker-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheat-sheet maker

Checkout the website.

A fullstack application to create and share tabulated cheat sheets using markdown syntax. The backend is developed with node-JS, express-JS and mongo-db while the frontend is developed with React.

Visit the client repository here.

All credits for the design, frontend application part and backend api of the website go to Mohamad Tarhini

Why this project?

  • This project was created by Mohamad Tarhini
  • Since this was a very popular project and many people are using it for their own purposes but unfortunately, we can not able to access the web application. So I decided to host this project on my own.
  • Heroku is no longer free for hosting NodeJs applications. So I decided to host this popular cheatsheet maker on Vercel.
  • Also, I mentioned client repository link above. If you want to contribute to the client side of the project, you can do that there.

Environment variables

  • After creating a mongoDB cluster, assign the connection string to the variable dbURI in .env (create the file if not already present) of the main directory.

  • You will also need to assign a value for the variable jwtSecret in .env which is needed by jsonwebtoken used for generating web tokens.

About

A MERN application that can be used to create and share cheat sheets with markdown editing

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%