Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josenromero/daily

A website for notes with login
https://github.com/josenromero/daily

Last synced: about 1 month ago
JSON representation

A website for notes with login

Awesome Lists containing this project

README

        

# Daily

Es un sitio web para notas con login

frontend: [link](https://github.com/JosenRomero/Daily)
backend: [link](https://github.com/JosenRomero/backend-with-nodejs)

## Built using

#### frontend

- React JS
- Bootstrap
- Redux

#### backend

- Node JS
- MongoDB
- Express
- passport (passport-facebook and passport-google-oauth)

## frontend

#### Installation

```
$ git clone https://github.com/JosenRomero/Daily.git
$ cd Daily
$ npm install
$ npm start
```

#### Env variable:

Create .env.development.local file and add the following:

```
VITE_APP_API_URL=http://localhost:3001
```

#### Build

```
$ npm run build
```

## backend

see: [https://github.com/JosenRomero/backend-with-nodejs](https://github.com/JosenRomero/backend-with-nodejs)