Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored Jun 7, 2024
1 parent e3832c1 commit 0840cba
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
Note for grader: Sequence Diagrams are the two '.png' files in the root of the repo. Also, the deployed app may take a few minutes to boot up.

To run from the repository's root folder, install concurrently with:

```
npm install concurrently
```

Then simply run with:

```
npm install
npm start
```

or run the development mode with

```
npm run dev
```

Also, make sure to create a .env file in express-backend and add
`MONGODB_URI = "your_connection_string"`
and
`TOKEN_SECRET = 1234`

Project Description:
SafeHaven is a company dedicated to optimizing storage management solutions for businesses. Our product scales easily, displays critical order insights, and is affordably priced.
We offer a seamless inventory and order tracking system, suiting the needs of businesses in many industries.


Note for grader: Sequence Diagrams are the two '.png' files in the root of the repo

Expand Down

0 comments on commit 0840cba

Please sign in to comment.