An awesome ERP app!
This a dedicated College ERP web app, sepcially tailored for use in IEM Kolkata.
It stores all faculty information and publications in cloud, and provides easy report generation and complex filtering and sorting metrics based on 200+ options.
It is a standalone nextjs web-app with mongodb as the database.
Note on how to setup this project.
You will need nodejs and yarn pre-installed to run the development setup, nothing more.
- npm
npm install yarn -g
You will need docker or other cloud cli if you want to host this on your own.
The original app that the college uses is in gitlab
and the CI/CD is maintained over there.
Please use yarn to install deps and nto npm or pnpm, etc.
- Clone the repo
git clone https://github.com/notfathomless/department-management.git
- Install NPM packages
yarn install
- Populate the environment variables in
server/.env
TODO: List of environments variables.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also directly ping me at saikatdey2100@gmail.com! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the AGPL License. See LICENSE.txt
for more information.
Saikat Dey - linkedin - saikatdey@example.com
Project Link: https://github.com/notfathomless/department-management
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!