Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
19 changes: 0 additions & 19 deletions chat-server/GRADING.md

This file was deleted.

12 changes: 0 additions & 12 deletions chat-server/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Challenge: A Chat Server

### How long will this take?

- 2 hours (Level 1)

## Overview: what is this challenge?

In this challenge you must make an Express app which provides an API to manage a list of chat messages, in JSON format.
Expand All @@ -12,14 +8,6 @@ A simple front-end has been provided to allow you to test _some_ of the function

In the optional 'React' part of this challenge, you also make a React app which allows you to read, add and delete messages, backed by your new server.

## Solution

You can find the solution to this challenge here:

https://github.com/CodeYourFuture/node-challenge-chat-server-solution

Please ask your mentors for access to this repository.

## Pre-reqs

- [ ] You should have completed at least Level 1 of the Quote Server challenge before attempting this challenge.
Expand Down
Loading