Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkphoenix2704/diaryapp
Backend is Down. So it wont work
https://github.com/darkphoenix2704/diaryapp
markdown react reactjs
Last synced: 5 days ago
JSON representation
Backend is Down. So it wont work
- Host: GitHub
- URL: https://github.com/darkphoenix2704/diaryapp
- Owner: DarkPhoenix2704
- Created: 2022-02-20T07:19:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T15:03:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T00:15:10.148Z (26 days ago)
- Topics: markdown, react, reactjs
- Language: JavaScript
- Homepage: https://diary2704.herokuapp.com/
- Size: 295 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiaryApp
A Simple DiaryApp where you can jot down your memories## Team members
1. [N ANBARASU](https://github.com/DarkPhoenix2704)
2. [VYSHNAV KS](https://github.com/Vyshnav-KS)## Team Id
Node js / 19## Link to product walkthrough
[Video](https://www.loom.com/share/579aa116799f4a07bdc0302cfde7e6ef)## How it Works ?
### [DEMO](https://diary2704.herokuapp.com/)
# Backend is down. So won't workemail: [email protected]
password: Test123
1. Go to demo website
2. Register & Login your account
3. Select a Date & type you memories in markdown
4. Click Save
5. To view past diaries, just select date from Calender Picker## Libraries used
mongooose 6.2.2react 17.0.2
react-markdown 8.0.0
remark-gfm 3.0.1
express 4.17.3
## How to configure
1. Clone the Code
```
git clone -b main https://github.com/DarkPhoenix2704/diaryApp.git
```
2. Go to Project Directory
```
cd diaryApp
```3. Install Libraries
```
npm install && cd server && npm install
```4. Update env
```
nano server/.env
```
## How to Run
```
npm start
```