My Journal is an application that allows users to create, read, update, and delete their journal entries. It features log in through JWT authentication and BCrypt and was styled using Material UI. It was created as a hackathon project in 4 days.
Technologies used:
In the project directory, you will need to:
- Install NPM packages
npm install
- Create database
createdb dine-in-dash5
and seed filenpm run seed
- Start server
npm run start:dev
and open http://localhost:8080 to view it in your browser
Deployed link: My Journal