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.
- Host: GitHub
- URL: https://github.com/nicolassaumont/portfolio_back_api
- Owner: NicolasSaumont
- License: mit
- Created: 2023-09-01T13:19:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T12:45:36.000Z (over 2 years ago)
- Last Synced: 2025-02-14T01:52:37.699Z (about 1 year ago)
- Topics: backend, express, javascript, nodejs, nodejs-api, nodejs-server, portfolio, portfolio-site, portfolio-website, sequelize, sequelizejs
- Language: EJS
- Homepage: https://www.portfolio.nicolassaumont.com
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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]
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
## 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).*
### Built With
* [![Node][Node.js]][Node-url]
* [![Express][Express.js]][Express-url]
* [![Sequelize][Sequelize.js]][Sequelize-url]
## 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.
## 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).
## 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
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## 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)
## Acknowledgments
* [Img Shield](https://shields.io/)
* [Best README Template](https://github.com/othneildrew/Best-README-Template/blob/master/README.md)
[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/