by Pearl and Elwin
- Create new directory and fork/clone the repo into it
code .to open all files in VS Code or similarcdinto the server directory anddocker-compose upto start the server/databse containers (sorry, we haven't made any scripts yet!)
- To start the client, open the
index.htmlfile - To access the server, visit
localhost:3000 - To enter a mongo shell:
docker exec -it server_db_1 -u pearlAndElwin -p password - To shut everything down and exit:
docker-compose down --remove-orphans --volumes
See commit history for full changelog.
- No redirection/unique path for revisiting the post (to be implemented)
- Sorry, there's no styling!
- Refactor code as necessary
- We didn't get round to doing this
- It works! (mostly)
- Ran out of time