Skip to content

Commit

Permalink
Merge branch 'dev' into updating-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arnard76 authored Mar 31, 2024
2 parents 100997c + dea596b commit 255669d
Show file tree
Hide file tree
Showing 28 changed files with 2,802 additions and 219 deletions.
14 changes: 13 additions & 1 deletion aapc-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
Our backend app will be implemented using Express.js, with the NoSQL database being hosted on MongoDB, and authentication /
CDN services being delegated to Amazon Web Services (AWS).

## Install Dependencies

Install dependencies using `npm`:
```bash
npm i
```

## Starting the Development Server

```bash
Expand All @@ -18,9 +25,14 @@ The default port is configured to `3000`.

Ping the Express API through [http://localhost:3000](http://localhost:3000).

## Building the Application
## Building for Production

```bash
npm run build
```

Optionally, start the production server using:

```bash
npm run start
```
Loading

0 comments on commit 255669d

Please sign in to comment.