A personal diary website. Built with ❤︎ by
Gbenga Etomu and
Chidera Obikwelu
- Authentication: login and register
- Create entries: write your daily experience
- Delete entry: Delete your previous entry!
- Clone the repository
git clone git@github.com:CyberGA/dairylog.git
- Go to the project folder
cd dairylog
- Install dependencies
npm install
- Run the project
npm run dev