Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roshan-raj/trainee-system
Trainee Management System, based on the previous repository but developed without React
https://github.com/roshan-raj/trainee-system
bcrypt ejs express mongodb nodejs passportjs
Last synced: 3 days ago
JSON representation
Trainee Management System, based on the previous repository but developed without React
- Host: GitHub
- URL: https://github.com/roshan-raj/trainee-system
- Owner: roshan-raj
- Created: 2019-11-10T16:39:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T13:02:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T11:43:22.193Z (over 1 year ago)
- Topics: bcrypt, ejs, express, mongodb, nodejs, passportjs
- Language: CSS
- Homepage:
- Size: 2.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trainee Management System
> Website for trainee to track their performance and attandance updated by their coordinatorsWebsite for trainee to track their performance and attandance updated by their coordinators.
## Installation
OS X & Linux & Windows:
```sh
npm install
```## Development setup
Make sure to add your own `URL` from your database in `config/database.js`.
```javascript
module.exports = {
'url' : 'YOUR_MONGO_URL_HERE'
};
```Run the following commands from the root of the folder
```sh
npm install
nodemon server.js
```## Meta
Roshan Raj [Twitter](https://twitter.com/_roshan_raj) – [LinkedIn](https://www.linkedin.com/in/roshan139154/) – [email protected]
[https://github.com/roshan-raj/trainee-system](https://github.com/roshan-raj/trainee-system)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request