Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Trainee Management System
> Website for trainee to track their performance and attandance updated by their coordinators

Website 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