Skip to content

BOBBY666666/Founder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Founder CSTU Document management system

How to setup

# Step 1 -- install node.js in the root folder and in the /frontend folder.
$ cd Founder
$ npm install
$ cd frontend
$ npm install
$ cd..
# Step 2 -- install dependencies in the root folder.
$ npm install axios bcryptjs concurrently cors crypto dotenv express express-fileupload gridfs jsonwebtoken method-override mongoose morgan multer multer-gridfs-storage nodemon
# Step 3 -- start application from the root directory.
$ npm run dev

If you clone from Founder in Github. you can skip step 2.

Directory tree

.
└───Founder
    ├───backend
    │   ├───middleware
    │   ├───model
    │   └───routes
    └───frontend
        ├───public
        │   ├───img
        │   └───uploads
        └───src
            └───components
                ├───auth
                ├───css
                └───TeacherPage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages