Code Monkey home page Code Monkey logo

templates's Introduction

Templates

Simple back (express) and front (react) project templates. Created with custom folder hierarchy to quickstart development.

Start a new project

Clone this repository and delete both, the .git as well as the README.md files, you won't need them any longer.

These instrucctios are valid for both folders:
Create a git repository on github (if you're planing on setting one up). Readme files are not included in the templates for obvious reasons.
Once everything is set, init the local repository and connect with the remote one. Commit the .gitignore file rigth away to avoid future problems.

git init
git remote add origin https://github.com/username/new_repo
git pull origin main
git add .gitignore
git commit -m "Add gitignore"

Before the inital commit of the project edit the package.json files as you see fit. In the back folder take into account that all database dependencies are declared, edit the file before installing. The front folder includes axios dependency, but fetch alternatives are also there.

git add -A
git commit -m "Initial commit"
git push -u origin main

Now only thing left is to install all dependecies.

npm install

Functionality

· Login/Register
· Token validation
· 4 Managers (sequelize, mongoose, postgres, mongodb)
· Boilerplate code as protocol example

Next Steps

· Validation

templates's People

Contributors

helkyar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.