Basic authentication blog system.
- Login/Signup to the application
- Create articles
- View list of all the articles
- Edit/Delete his/her own articles
Client: EJS, TailwindCSS
Server: Node, Express, Passport
Clone the project
git clone https://github.com/melogtm/bloogershots
Go to the project directory
cd bloogershots
Install dependencies
npm install
Start the server
npm run node
Authentication system for users in a CRUD Project.