Our project is a web application built using the MERN stack. It is a forum for students in Galway, specifically for clubs and societies. Students can log on with their email and create their own Club/Society for which they can have discussions, and many more features.
- Clone the latest version of the repository.
-
Latest Version of node
- Have the latest version of Docker installed on your device, and ensure it is running.
- In the root directory of the repository, run:
> docker-compose up
- Then go to localhost:3000 in your browser.
Running client & server concurrently:
> run 'npm i' in tasq/Client
> run 'npm i' in tasq/Backend
> Open Command Prompt
> Navigate into the 'tasq/Backend' directory
> npm run dev