An open API service indexing awesome lists of open source software.

https://github.com/sethshivam11/cloudnotebook

This is a notebook on cloud. It can be used to write, edit, save, update and delete notes on the web.
https://github.com/sethshivam11/cloudnotebook

bootstrap fullstack mongodb nodejs reactjs

Last synced: 2 months ago
JSON representation

This is a notebook on cloud. It can be used to write, edit, save, update and delete notes on the web.

Awesome Lists containing this project

README

          

# Cloudnotebook

- It is a simple notes app on the web, users can perform crud operations on their notes.

## To clone the project

`git clone https://github.com/sethshivam11/cloudnotebook.git`

`cd cloudnotebook`

## To build the project

`npm run build`

## To run the project

`npm start`

## Environment variables

`PORT`

`MONGODB_URI`

`JWT_SECRET`

`NODE_ENV` -- expected value `production`