/project-2-setup-guide

This is a base skeleton to guide students through proper setup of their MVC project.

Primary LanguageJavaScriptMIT LicenseMIT

License: MIT Contributors Forks Stargazers Issues

Logo

Project 2 App Name

Project 2 Description will go here
Explore the docs »

View Demo(Coming Soon) · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This project was built using Node, Express, Handlebars, PostgreSQL, and Sequelize.

Built With

Javascript CSS Node.js Express npm ExpressSession Bcrypt Handlebars VS Code PostgreSQL

Getting Started

Once completely built, this application will function as a deployed app on Render.

Local Installation / Testing

  1. Clone the rep
git clone https://github.com/404pandas/project-2-setup-guide.git
  1. Install dependencies
npm i
  1. Seed the database
npm run seed
  1. Launch the app in development environment
npm run start
  1. Visit app:

http://localhost:3001/

Roadmap

MVP

  • Front End

    • User Auth
    • User Profile Page
      • Routing
      • Styling
    • Landing Page
      • Routing
      • Styling
  • Back End

    • User Auth
    • Models
    • Seeds
    • api Routing

Future Development

  • Add Lines of future development ideas here
  • Add Lines of future development ideas here
  • Add Lines of future development ideas here

See the open 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

This project is licensed under the MIT license.

Contact

Mary Elenius - mary.panda.jackson@gmail.com

Contributor One - contributor.one@email.com

Contributor One - contributor.one@email.com

Contributor One - contributor.one@email.com

Project Links:

Github Repository

Deployment- coming soon

Acknowledgments

Example MVC folder structure provided by 2U Instructional staff Mary Elenius