Giter Club home page Giter Club logo

course-management-system's Introduction

#DBMS Project: College Management System in Golang.

##E-R digram of the Database system

##Instructions to run the Database

  1. You will need mysql and go-sql-driver.
  • For getting the second, you will need to configure your GOPATH and GOBIN directories.
  • gopath should contain 3 folders : bin, pkg, src.
  • gobin should be the bin folder in gopath.
  1. In mysql, create database called 'cms'.
  • then create user called 'cms' with password 'cms' and grant it all permissions on database 'cms'.
  • To run mysql do:
mysql -u <username> -p

then press enter, then enter password.

  • to execute from file, do:
mysql -u <username> -p < <filename>

then press enter, then enter password. 3. execute make-tables.sql using above instructions 4. compile using

go install cms

(should work if gopath and gobin are configured) 5. run copy html to bin script 6. cd to the bin directory and run as: ./cms 7. you can now run the site. access it at localhost:8080 address.

course-management-system's People

Contributors

ramanasha avatar

Watchers

 avatar

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.