Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/TheGlitchCat/MEAN-Stack-CRUD

MEAN-Stack CRUD Simple
https://github.com/TheGlitchCat/MEAN-Stack-CRUD

angular crud crud-api crud-application express expressjs mean-stack meanstack meanstack-crud meanstack-framework node-crud node-js nodejs

Last synced: 3 months ago
JSON representation

MEAN-Stack CRUD Simple

Awesome Lists containing this project

README

        

# MEAN Stack CRUD Simple

## Set Up
```
npm install
```

To start NodeJS server
```
cd nodeserver
npm start
```

To start Angular
```
ng serve
```

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.25.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.