Code Monkey home page Code Monkey logo

homework-help's Introduction

Homework Help

Continuous Deployment

Deploy with Vercel

This was made for the 2nd TechWithTim CodeJam, Discord name: salt#3014

Description

This project is a platform made for students to get help on homework and assignments. Students can share questions, answer questions, and give feedback.

Go to hw.satvikreddy.com to check it out.

NOTE: Github shows that this repo has two contributers, which it doesn't. (See this link). I assume the second contributer is dependabot. Dependabot DOES NOT add any code, dependabot only updates outdated dependencies.

Made With:

Deployed With:

Run Locally:

  1. Clone the repo
  2. Once inside the repo's root directory, run yarn install
  3. Create a .env.development file in the /packages/api directory, and set 4 variables
DB_URI=<mongodb connection string, ex. mongodb://localhost:27017/cluster0>
REDIS_URL=<redis connection string, ex. redis://localhost:6379/>
ACCESS_TOKEN_SECRET=<a random string of characters>
REFRESH_TOKEN_SECRET=<a different random string of characters>
ACCESS_KEY=<AWS IAM access key>
SECRET_KEY=<AWS IAM secret key>
REGION=<AWS S3 Bucket region>
  1. Create a .env.local file in the /packages/web directory, and set 1 variable
NEXT_PUBLIC_API_URL=<api url, if running on default ports use http://localhost:8000>
  1. Go back to the root directory of the repo in your terminal and run yarn dev.
  2. Go to http://localhost:3000 in your browser to view the app running, http://localhost:8000 for the api.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.