Skip to content

julydevelops/get-logs-meow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Logs Meow

A simple fullstack application to retrieve logs from a server

Prerequisites

  • NVM

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/get-logs-meow.git
    cd get-logs-meow
  2. Depending on whether you want to work in the frontend or backend, you can change directories into which ever one.

    cd backend/frontend
  3. There are common steps to be taking before you enter into local development or testing for each.

    • Run nvm to install the correct node version

      nvm use

      If you do not have nvm, you can install it with

      brew install nvm

      If you dont have HomeBrew, thats another problem all together!

    • Install dependencies

      npm i

Local Development

Go to the respective README for further instructions

Future Enhancements

  1. Create separate projects for the front and backend.
  2. Have more testing code coverage.
  3. More stringent request validation.
  4. (frontend) Better state management.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published