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

https://github.com/nicolassaumont/portfolio_back_api

This website is the portfolio of Nicolas Saumont, showing his skills and accomplishments. It creatively and visually presents his work in web development and interface design, demonstrating his expertise and style through various projects and experiences.
https://github.com/nicolassaumont/portfolio_back_api

backend express javascript nodejs nodejs-api nodejs-server portfolio portfolio-site portfolio-website sequelize sequelizejs

Last synced: about 2 months ago
JSON representation

This website is the portfolio of Nicolas Saumont, showing his skills and accomplishments. It creatively and visually presents his work in web development and interface design, demonstrating his expertise and style through various projects and experiences.

Awesome Lists containing this project

README

          

###### Readme Top

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





Logo

Nicolas Saumont's Portfolio | Backend - API


Have a clear overview of all my projects !


Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Roadmap

  4. Contributing

  5. License

  6. Contact

  7. Acknowledgments

## About The Project

[![Product Name Screen Shot][product-screenshot]](https://www.portfolio.nicolassaumont.com)

This website is the portfolio of Nicolas Saumont, showing his skills and accomplishments. It creatively and visually presents his work in web development and interface design, demonstrating his expertise and style through various projects and experiences.

*Warning : This repo is about the backend application. If you want to access the frontend project, please [click here](https://github.com/NicolasSaumont/portfolio_front).*

(back to top)

### Built With

* [![Node][Node.js]][Node-url]
* [![Express][Express.js]][Express-url]
* [![Sequelize][Sequelize.js]][Sequelize-url]

(back to top)

## Getting Started

Please visit https://www.portfolio.nicolassaumont.com or click on [this link](https://portfolio.nicolassaumont.com). If you want to run the project locally, you can follow those steps :

### Installation

- Clone or download the project from its GitHub repository.
- Navigate to the project directory.
- Run `npm install` to install the necessary node modules.

### Execution

- Navigate to the project's root directory.
- Run the application using: `npm start`
- Open a browser and go to `http://localhost:3000` to access the app.

(back to top)

## Roadmap

- [x] Database set up
- [x] Database seeding
- [x] Main
- [x] Show all sites
- [x] Show one site
- [ ] Back office
- [x] Create new website
- [x] Edit website
- [x] Delete website
- [ ] Connect as admin
- [ ] Show profile
- [ ] Edit profile

See the [open issues](https://github.com/NicolasSaumont/portfolio_back_API/issues) for a full list of proposed features (and known issues).

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)

## Contact

Nicolas Saumont - [@NicolasSaumont](https://twitter.com/NicolasSaumont) - saumont.nicolas@gmail.com

Project Link: [https://github.com/NicolasSaumont/portfolio_back_API](https://github.com/NicolasSaumont/portfolio_back_API)

(back to top)

## Acknowledgments

* [Img Shield](https://shields.io/)
* [Best README Template](https://github.com/othneildrew/Best-README-Template/blob/master/README.md)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/NicolasSaumont/portfolio_back_API.svg?style=for-the-badge
[contributors-url]: https://github.com/NicolasSaumont/portfolio_back_API/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/NicolasSaumont/portfolio_back_API.svg?style=for-the-badge
[forks-url]: https://github.com/NicolasSaumont/portfolio_back_API/network/members
[stars-shield]: https://img.shields.io/github/stars/NicolasSaumont/portfolio_back_API.svg?style=for-the-badge
[stars-url]: https://github.com/NicolasSaumont/portfolio_back_API/stargazers
[issues-shield]: https://img.shields.io/github/issues/NicolasSaumont/portfolio_back_API.svg?style=for-the-badge
[issues-url]: https://github.com/NicolasSaumont/portfolio_back_API/issues
[license-shield]: https://img.shields.io/github/license/NicolasSaumont/portfolio_back_API.svg?style=for-the-badge
[license-url]: https://github.com/NicolasSaumont/portfolio_back_API/blob/main/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/nicolas-saumont
[product-screenshot]: ./assets/img/screenshot.png
[Node.js]: https://img.shields.io/badge/node.js-f41a36?style=for-the-badge&logo=Node.js&logoColor=white
[Node-url]: https://nodejs.org/fr
[Sequelize.js]: https://img.shields.io/badge/sequelize-yellow?style=for-the-badge&logo=sequelize
[Sequelize-url]: https://sequelize.org/
[Express.js]: https://img.shields.io/badge/express.js-35495E?style=for-the-badge&logo=express&logoColor=4FC08D
[Express-url]: https://expressjs.com/