/logtrackerNextjs

Primary LanguageTypeScriptMIT LicenseMIT


Logo

Log Tracker

project_description
Explore the docs »

View Demo · Report Bug · Request Feature

Live Hosted Link

  • UI - loggerui.futuregeek.tech
  • Server - logger-server-a85fg456.futuregeek.tech
Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

(back to top)

Built With

  • NextJS
  • NodeJS
  • mongodb,postgres

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Installation

  1. Get postgress account at https://vercel.com/signup
  2. Clone the repo
    git clone https://github.com/dyte-submissions/november-2023-hiring-sandeepkumar1101.git
  3. Install NPM packages
    npm install
  4. Imp:- rename the .env.example to .env and then fill all the environment variable
  5. For developement npm run dev
  6. For production npm run build npm run start

Using docker

  1. First fill the environment variable for both client and server then run below command
  2. docker compose up -d

(back to top)

TO insert dummy log

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)