Skip to content

This is just a sample of a project using angular, rails, and mongo db.

License

Notifications You must be signed in to change notification settings

BroJenuel-Box/angular-rails-mongo-sample-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-rails-mongo-sample-CRUD

This is a sample of a project using angular with angular Material, rails, and mongo db.

This are the things you need to prepare, or atleast install in your computer.

Optional but Recommended:

Setting Up The Project

After Cloning the repository, you have to install some dependencies so that the project will work.

// in the sample-back folder is a rails project
// run this command to install gems
bundle install
// in the sample-front is a angular project
// run this command to install dependencies
npm install

Serve

To check the project and be able to learn from this project.
Run this command to serve the project in dev mode.

// sample-back
rails server
// sample-front
ng s

About

This is just a sample of a project using angular, rails, and mongo db.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published