/post-app

Primary LanguageTypeScript

A user authentication, post sharing app. Built with express.

Prerequisites

  • Node.js
  • npm
  • MongoDB

Installation

Clone the repo

git clone https://github.com/haguse/post-app.git

Installation

Make sure MongoDB service is running.
Make sure you create your .env file. (You can check the .env.example file)

npm i
npm run dev