anu1rag / crud-MEAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD APP

This is the most generic way of writing CRUD application in MEAN Stack

Installation

Clone the repo and run frontend and backend server seperately

For Frontend

cd frontend
npm install
ng build --watch

For Backend

cd backend
npm install
node server.js

API Docs

Not yet implemented I Will do it in future commits

Additional Requirements

Make sure MongoDB is running on port 27017 on your local environment

Versions

Angular 9.0.3 Node 10.16.3 MongoDB 3.2.2

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


Languages

Language:TypeScript 39.7%Language:JavaScript 34.6%Language:HTML 14.1%Language:CSS 11.6%