Git Product home page Git Product logo

expressboilerplate's Introduction

Express boilerplate

An Express application ready to use, and extend, in seconds!

This is a basic setup and it's intended for making the initial application architecture process much faster and easier.

Setup

  1. Clone this repository,
  2. install what's needed: npm i,
  3. copy .env.sample to .env (change the values, if needed),
  4. compile your static assets (from /source): grunt mini or just grunt,
  5. run the application: grunt nodemon * or npm start

* In order to run Grunt tasks, make sure you have it installed globally, if not then run: npm i -g grunt-cli

Done

Visit http://localhost:9000 (Unless you changed the port in the .env file)

Practice

Take a look at /app/core/controllers/cities.js and /app/core/controllers/users.js, they both implement some basic CRUD logic. Create a forms in the respective views (/app/core/views/) that allow you to create some users and cities. You can also implement deletion. Submit a pull request with your ideas and I will provide detailed feedback on your work and progress.

Happy learning.

Contribute

fork https://github.com/aichholzer/ExpressBoilerplate/

License

MIT

expressboilerplate's People

Contributors

aichholzer avatar

Watchers

LumbreX avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.