Skip to content

adityathebe/kura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KURA

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published