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-management-system

MERN Stack Application | Live Demo Here =>
https://github.com/roshan-raj/trainee-management-system

bcry express jwt mongo nodejs passport react

Last synced: about 7 hours ago
JSON representation

MERN Stack Application | Live Demo Here =>

Awesome Lists containing this project

README

        

## Configuration

Make sure to add your own `MONGOURI` from your database in `config/keys.js`.

```javascript
module.exports = {
mongoURI: "YOUR_MONGO_URI_HERE",
secretOrKey: "secret"
};
```

## Quick Start

```javascript
// Install dependencies for server & client
npm install

// Run client & server with concurrently
npm run dev

// Server runs on http://localhost:5000 and client on http://localhost:3000
```