Welcome to the Blog App! This app allows users to create, view, edit, and delete comments on blog posts. Users can also create new posts and view all posts.
- Next.js
- Sass
- Axios
- TypeScript
- Vercel for app deployment
- Render for API deployment
The website is hosted in the following link: https://team-it-challenge.vercel.app/
To run the app locally, follow these steps:
- Clone the repository:
git clone https://github.com/[username]/blog-app.git
- Install dependencies:
npm install
- Compile TypeScript:
npm build
- Start the development server:
npm start
- Open a browser and navigate to
http://localhost:3000
To run tests, use the following command: npm test
The app is deployed on Vercel. To deploy updates, push changes to the master
branch. Vercel will automatically build and deploy the changes.
The API is deployed on Render.