Code Monkey home page Code Monkey logo

elearning's Introduction

Get started with eLearing app

Prerequisites

Make sure you have the following installed on your machine:

Installation Steps

  1. Create an empty folder and open in Vs code.

  2. Open your terminal or command prompt.

  3. Clone the repository:

    git clone https://github.com/Avinash365/eLearning.git
  4. Navigate to the project directory:

    cd eLearning
  5. create a folder with name .env in eLearing floder and past it:

        PORT = 8000
        MONGO_DB_URI =  'mongodb://localhost:27017/eLearning'    // repalce with your mogodb url make sure you create database with same name.. 
        w = majority 
        JWT_SECRET=Lrvsv73oj+fimFogoFPxDaNY01VoOdfqR237XG1CzrU=
        NODE_ENV = development
  6. Install requried module:

    npm install 
  7. Run the backend server:

    npm run server
  8. Open new terminal and Navigate to the frontend directory:

    cd frontend  || if not working than try cd eLearing/frontend 
  9. Install requried frontend module:

     npm install 
  10. Now see the app:

    npm start
    

Make sure to replace the placeholder ... with the appropriate values for your environment. This .env file will contain configuration settings for your application. Once you've set up your .env file, you can build and start the app using the provided npm commands.

elearning's People

Contributors

avinash365 avatar anou25 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

anou25

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.