Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/helcioitiyama/casa_criativa

WorkshopDev
https://github.com/helcioitiyama/casa_criativa

css3 express html5 javascript nunjucks sqlite3

Last synced: about 1 month ago
JSON representation

WorkshopDev

Awesome Lists containing this project

README

        


Casa Criativa

## :arrow_right: ABOUT THE PROJECT

This project was developed during DevWeek Bootcamp.


homepage


form




ideas page

## :computer: TECHNOLOGIES USED FOR THIS PROJECT:

- [**express**](https://github.com/expressjs/express)
- [**nunjunks**](https://github.com/mozilla/nunjucks)
- [**sqlite3**](https://www.sqlite.org/index.html)

## :information_source: HOW TO RUN THE APPLICATION

To clone and run this application, you'll need Git, NodeJS, Sqlite3 and Npm.

You just need to run the following commands:

```bash
# Clone this repository
$ git clone https://github.com/helcioItiyama/Casa_Criativa.git

# Go into the repository
$ cd Casa_Criativa

# Install dependencies
$ npm install

# Run the app
$ npm start
```