Skip to content

joneshshrestha/kura

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Science Project

Structure

├── Views/                          # home for all the Templates
    └── layout.pug                  # Base Layout Template for all HTML Pages
    └── home.pug                    # Home page template
├── Assets/                         # home for statics files (images, css, js)
    └── css/                        # home for bootstrap and custom css files
        └── bootstrap.min.js        
        └── customstyle.css         # custom css files
    └── js/              
    └── jquery/
├── Routes/                         # home for express Routes
    └── question.js
├── Models/                         # Database Models
└── index.js                        # the main server

Requirements

  • NodeJS
  • MongoDB

Installation and Usage

  • Get the repository
git clone https://github.com/adityathebe/kuraNode.git
  • Install all the required modules
npm install
  • Run MongoDB Server
mongod
  • Start the server
npm start
  • Start browsing
localhost:3000

Built With

Developers

Acknowledgement

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.6%
  • HTML 44.1%
  • CSS 10.3%