This project's aim is to streamline and automate the process that we use to sign up volunteers to attend class.
git clone https://github.com/AKaramifar/Class-Planner.git or if you use SSH (recommended):git clone git@github.com:AKaramifar/Class-Planner.git
create config.env file in config directoryADD the following onto config.env you created before: NODE_ENV=development PORT=5000 MONGO_URI=your mongodb connection stringnpm installnpm run server
Server will be running on http://localhost:5000
cd frontendnpm installnpm start
Client will be running on http://localhost:4000
cd frontendnpm installcd ..npm installnpm run dev
Server will be running on http://localhost:5000
Client will be running on http://localhost:3000
