Table of Contents
This application (SPA) is a personal blog where you can save your personal entries.
-
The user can register new entries, delete them and edit them.
-
The user can also search the created entries.
-
On the home page the user will find the first 5 entries and can also see the creation date.
-
In the blog section the user will have all their entries saved in order of date and with their respective creation date.
To run the app locally just follow the next steps:
-
Download the files or clone the repo.
-
Install node modules in the main directory
npm install
- Go to server directory
cd server
- Run the app
node server.js
- Access your local server on 2900 port.
Get NodeJS. Get MongoDB.
- npm
npm install npm@latest -g
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Lope Martínez Alcalá - @lopemaal - [email protected]