This is a Administrative dashboard tool built for the Together group app.
You can refer back to the original project below.
Group calendar for public events, so you can see
what's going on in the 100Devs community!
what's going on in the 100Devs community!
Table of Contents |
Together Admin Dashboard is an administrative tool designed for the 100devs Together group calendar app. Using the dashboard a Together Admin is able to submit, delete, create, or edit, pending (or current) calendar events as well as user roles. Making it easier and faster to moderate the calendar centent overall.
- Fork and clone the repository to your local computer.
- Complete and store
.env
file in theserver/config
folder npm install
in the root folder. installs the required dependencies.npm start
in the root folder. This starts the front-end and back-end in one terminal.- This runs a local instance of mongodb. You can connect to it by connecting to
mongodb://127.0.0.1:27017/
with any MongoDB client like Compass.
- This runs a local instance of mongodb. You can connect to it by connecting to
You can check out our New Developer Onboarding in our wiki.
You can also join the discussion in the Together Discord channel within 100Devs.
If you're interested in contributing, you may:
- read our Contributing guide to get started with Together;
- join our Discord channel within 100Devs to discuss your ideas;
- Visit the Issues tab to request an issue or to open a new issue;