A simple fullstack application to retrieve logs from a server
- NVM
-
Clone the repository:
git clone https://github.com/yourusername/get-logs-meow.git cd get-logs-meow
-
Depending on whether you want to work in the frontend or backend, you can change directories into which ever one.
cd backend/frontend
-
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
-
Go to the respective README for further instructions
- Create separate projects for the front and backend.
- Have more testing code coverage.
- More stringent request validation.
- (frontend) Better state management.