Skip to content

joperafe/TeamIt-challenge

Repository files navigation

TeamIT challenge

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.

Tech Stack

  • 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/

Local Development

To run the app locally, follow these steps:

  1. Clone the repository: git clone https://github.com/[username]/blog-app.git
  2. Install dependencies: npm install
  3. Compile TypeScript: npm build
  4. Start the development server: npm start
  5. Open a browser and navigate to http://localhost:3000

Testing

To run tests, use the following command: npm test

Deployment

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.