This is an anonymous textboard. Users are able to participate in the community and discuss particular topics without the usual barrier of account registration.
Try out the live demo of the project.
To run your own local version of deltaChannel, follow the installation instructions below.
- Make sure you have node and git installed.
- You will also need a MongoDB Atlas cluster to store your local version's posts. You will be connecting to the cluster through a Node.js Driver and you will receive a connection string to use in step 4.
- Clone the repository with
git clone https://github.com/arnest00/delta-channel.git. - You will need to add an
.envfile to the root directory. Add environment variablesPORT=5000andMONGO_URI=mongodb+srv://<username>:<password>@cluster0.99999.mongodb.net/myFirstDatabase?retryWrites=true&w=majority. Replace the value forMONGO_URIwith the connection string you received in step 2. - Install dependencies with
npm install. - Run the app with
npm run dev, and open http://localhost:3000/ to view it in your browser.
- Mongoose
- Express
- React
- Node.js
- Bootstrapped with Create React App
- React Router
- Helmet
- normalize.css
- Unsplash [1] [2] [3] [4]
