DiogoDuart3 / gestao-candidatos

AdminJS panel to manage companies and jobs available

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gestão de Candidatos

Project made using expressJS, adminJS and mongoose.

Installation

  • Copy ".env.example" and paste it as ".env".
  • Replace "DB_STRING" value with your own mongodb connection string.
  • Install dependencies
npm install
  • Run the seeder. This will create our user.
Email: admin@admin.com
Password: 123456
  • Run the project
npm run dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

AdminJS panel to manage companies and jobs available


Languages

Language:JavaScript 99.9%Language:Shell 0.1%