Ja-Uyoma / Mini-Message-Board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Message Board

This is an exercise from The Odin Project to create a mini-message board application

Description

This project creates a message board application wherein users can create and view messages.

Background

This project is from The Odin Project.

Features

  1. Creating new messages.
  2. Viewing existing messages.

Getting Started

Installation

  1. Clone the repository.
git clone https://github.com/Ja-Uyoma/Mini-Message-Board.git
  1. Change into the project directory.
cd ./Mini-Message-Board
  1. Install dependencies.
npm install

Usage

You can build the project in either development or production mode.

  1. For development builds, run the following single command.
npm run dev
  1. For production builds, run the following two commands successively.
npm run build
npm run start
  1. You can now access the application in your browser at the address localhost:3000.

  2. To run tests, you can run the following command.

npm run test

License

This project is licensed under the MIT license. See LICENSE.md for more information.

Project Status

This project is now feature complete.

About

License:MIT License


Languages

Language:TypeScript 93.8%Language:JavaScript 2.9%Language:HTML 2.9%Language:CSS 0.4%