Skip to content

Commit

Permalink
boilerplate updates
Browse files Browse the repository at this point in the history
Detailed list of changes:

- Bump Jest Version to 23
- Bump Mongoose version to 5
- Remove old lock files
- Add —legacy-peer-deps flag to build script
- Remove deprecated argument from mongoose connection string
- Enhanced README
  • Loading branch information
0x-cygnet committed Apr 7, 2023
1 parent f43bced commit 868394a
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 17,947 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 1,13 @@
# AdvancedNodeStarter

Starting project for a course on Advanced Node @ Udemy

### Setup

- Run `npm install` in the root of the project to install server dependencies
- Change into the client directory and run `npm install --legacy-peer-deps`
- Change back into the root of the project and run `npm run dev` to start the server
- Access the application at `localhost:3000` in your browser

**Important:**
The credentials for the Mongo Atlas DB in `dev.js` are read only. If you attempt to log in without first adding your own connection string (covered later in the course) you will see an error: `[0] MongoError: user is not allowed to do action [insert] on [advnode.users]`
Loading

0 comments on commit 868394a

Please sign in to comment.